Html Css Color HEX #466663 Tax Break

📋 copy color: '#466663'

red 70 ◦ green 102 ◦ blue 99

#466663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #466663

Tints of Tax Break #466663

RGB

 RED value IS 70 (27.73% from 255) = 25.83%

 GREEN value IS 102 (40.23% from 255) = 37.64%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 25.83%
G = 37.64%
B = 36.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#466663 (or 0x466663) is known color: Tax Break. HEX triplet: 46, 66 and 63. RGB value is (70,102,99). Sum of RGB (Red+Green+Blue) = 70+102+99=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #466663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466663 is #B9999C. Grayscale: #5C5C5C. Windows color (decimal): -12163485 or 6514246. OLE color: 6514246.

HSL color Cylindrical-coordinate representation of color #466663: hue angle of 174.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466663 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 99 -
CMYK 0.31 0 0.03 0.6
HSL 174.38º 0.19% 0.34% -
HSV(B) 174.38º 0.31% 0.4% -
XYZ 9.53 11.71 13.56 -
YUV 92.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 70 102 99 0.31 0 0.03 0.6 174.38 0.19 0.34
Hex 46 66 63 1F 0 3 3C AE 13 22
Octal 106 146 143 37 0 3 74 256 23 42
Binary 1000110 1100110 1100011 11111 0 11 111100 10101110 10011 100010

Color Harmonies of #466663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466663

Black with #466663

Text Example


Text Example

White with #466663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466663; }

 p { color: rgb(70,102,99); }

 H1.HeaderClassName
 {
   color: #466663;
 }
 .AnyTagClassName
 {
   color: #466663;
 }
</style>

background-color css

<style>
 a { background-color: #466663; }

 a { background-color: rgb(70,102,99); }

 div.DivClassName
 {
   background-color: #466663;
 }
 .BgClassName
 {
   background-color: #466663;
 }
</style>

border-color css

<style>
 span { border-color: #466663; }

 span { border-color: rgb(70,102,99); }

 td.TdClassName
 {
   border-color: #466663;
 }
 .TagClassName
 {
   border-color: #466663;
 }
</style>