Html Css Color HEX #466A71 Tax Break

📋 copy color: '#466A71'

red 70 ◦ green 106 ◦ blue 113

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

Shades of Tax Break #466A71

Tints of Tax Break #466A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 24.22%
G = 36.68%
B = 39.1%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466A71 (or 0x466A71) is known color: Tax Break. HEX triplet: 46, 6A and 71. RGB value is (70,106,113). Sum of RGB (Red+Green+Blue) = 70+106+113=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #466A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A71 is #B9958E. Grayscale: #5F5F5F. Windows color (decimal): -12162447 or 7432774. OLE color: 7432774.

HSL color Cylindrical-coordinate representation of color #466A71: hue angle of 189.77º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466A71 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 106 113 -
CMYK 0.38 0.06 0 0.56
HSL 189.77º 0.23% 0.36% -
HSV(B) 189.77º 0.38% 0.44% -
XYZ 10.66 12.8 17.53 -
YUV 96.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 70 106 113 0.38 0.06 0 0.56 189.77 0.23 0.36
Hex 46 6A 71 26 6 0 38 BE 17 24
Octal 106 152 161 46 6 0 70 276 27 44
Binary 1000110 1101010 1110001 100110 110 0 111000 10111110 10111 100100

Color Harmonies of #466A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A71

Black with #466A71

Text Example


Text Example

White with #466A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466A71; }

 p { color: rgb(70,106,113); }

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

background-color css

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

 a { background-color: rgb(70,106,113); }

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

border-color css

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

 span { border-color: rgb(70,106,113); }

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