Html Css Color HEX #476667 Tax Break

📋 copy color: '#476667'

red 71 ◦ green 102 ◦ blue 103

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

Shades of Tax Break #476667

Tints of Tax Break #476667

RGB

 RED value IS 71 (28.13% from 255) = 25.72%

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

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 25.72%
G = 36.96%
B = 37.32%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#476667 (or 0x476667) is known color: Tax Break. HEX triplet: 47, 66 and 67. RGB value is (71,102,103). Sum of RGB (Red+Green+Blue) = 71+102+103=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #476667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476667 is #B89998. Grayscale: #5C5C5C. Windows color (decimal): -12097945 or 6776391. OLE color: 6776391.

HSL color Cylindrical-coordinate representation of color #476667: hue angle of 181.88º degrees, saturation: 0.18, 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 #476667 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 102 103 -
CMYK 0.31 0.01 0 0.60
HSL 181.88º 0.18% 0.34% -
HSV(B) 181.88º 0.31% 0.4% -
XYZ 9.8 11.82 14.6 -
YUV 92.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 71 102 103 0.31 0.01 0 0.60 181.88 0.18 0.34
Hex 47 66 67 1F 1 0 3C B6 12 22
Octal 107 146 147 37 1 0 74 266 22 42
Binary 1000111 1100110 1100111 11111 1 0 111100 10110110 10010 100010

Color Harmonies of #476667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476667

Black with #476667

Text Example


Text Example

White with #476667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476667; }

 p { color: rgb(71,102,103); }

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

background-color css

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

 a { background-color: rgb(71,102,103); }

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

border-color css

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

 span { border-color: rgb(71,102,103); }

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