Html Css Color HEX #466B71 Tax Break

📋 copy color: '#466B71'

red 70 ◦ green 107 ◦ blue 113

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

Shades of Tax Break #466B71

Tints of Tax Break #466B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

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

R = 24.14%
G = 36.9%
B = 38.97%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466B71 (or 0x466B71) is known color: Tax Break. HEX triplet: 46, 6B and 71. RGB value is (70,107,113). Sum of RGB (Red+Green+Blue) = 70+107+113=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #466B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B71 is #B9948E. Grayscale: #606060. Windows color (decimal): -12162191 or 7433030. OLE color: 7433030.

HSL color Cylindrical-coordinate representation of color #466B71: hue angle of 188.37º 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 #466B71 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 107 113 -
CMYK 0.38 0.05 0 0.56
HSL 188.37º 0.23% 0.36% -
HSV(B) 188.37º 0.38% 0.44% -
XYZ 10.76 13.01 17.57 -
YUV 96.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 70 107 113 0.38 0.05 0 0.56 188.37 0.23 0.36
Hex 46 6B 71 26 5 0 38 BC 17 24
Octal 106 153 161 46 5 0 70 274 27 44
Binary 1000110 1101011 1110001 100110 101 0 111000 10111100 10111 100100

Color Harmonies of #466B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B71

Black with #466B71

Text Example


Text Example

White with #466B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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