Html Css Color HEX #466469 Tax Break

📋 copy color: '#466469'

red 70 ◦ green 100 ◦ blue 105

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

Shades of Tax Break #466469

Tints of Tax Break #466469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 25.45%
G = 36.36%
B = 38.18%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#466469 (or 0x466469) is known color: Tax Break. HEX triplet: 46, 64 and 69. RGB value is (70,100,105). Sum of RGB (Red+Green+Blue) = 70+100+105=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #466469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466469 is #B99B96. Grayscale: #5B5B5B. Windows color (decimal): -12163991 or 6906950. OLE color: 6906950.

HSL color Cylindrical-coordinate representation of color #466469: hue angle of 188.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466469 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 100 105 -
CMYK 0.33 0.05 0 0.59
HSL 188.57º 0.2% 0.34% -
HSV(B) 188.57º 0.33% 0.41% -
XYZ 9.63 11.44 15.06 -
YUV 91.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 70 100 105 0.33 0.05 0 0.59 188.57 0.2 0.34
Hex 46 64 69 21 5 0 3B BD 14 22
Octal 106 144 151 41 5 0 73 275 24 42
Binary 1000110 1100100 1101001 100001 101 0 111011 10111101 10100 100010

Color Harmonies of #466469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466469

Black with #466469

Text Example


Text Example

White with #466469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466469; }

 p { color: rgb(70,100,105); }

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

background-color css

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

 a { background-color: rgb(70,100,105); }

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

border-color css

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

 span { border-color: rgb(70,100,105); }

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