Html Css Color HEX #466C71 Tax Break

📋 copy color: '#466C71'

red 70 ◦ green 108 ◦ blue 113

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

Shades of Tax Break #466C71

Tints of Tax Break #466C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 24.05%
G = 37.11%
B = 38.83%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466C71 (or 0x466C71) is known color: Tax Break. HEX triplet: 46, 6C and 71. RGB value is (70,108,113). Sum of RGB (Red+Green+Blue) = 70+108+113=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #466C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C71 is #B9938E. Grayscale: #616161. Windows color (decimal): -12161935 or 7433286. OLE color: 7433286.

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

Color convert

RGB 70 108 113 -
CMYK 0.38 0.04 0 0.56
HSL 186.98º 0.23% 0.36% -
HSV(B) 186.98º 0.38% 0.44% -
XYZ 10.87 13.22 17.6 -
YUV 97.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 70 108 113 0.38 0.04 0 0.56 186.98 0.23 0.36
Hex 46 6C 71 26 4 0 38 BB 17 24
Octal 106 154 161 46 4 0 70 273 27 44
Binary 1000110 1101100 1110001 100110 100 0 111000 10111011 10111 100100

Color Harmonies of #466C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C71

Black with #466C71

Text Example


Text Example

White with #466C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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