Html Css Color HEX #476B6D Tax Break

📋 copy color: '#476B6D'

red 71 ◦ green 107 ◦ blue 109

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

Shades of Tax Break #476B6D

Tints of Tax Break #476B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 24.74%
G = 37.28%
B = 37.98%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#476B6D (or 0x476B6D) is known color: Tax Break. HEX triplet: 47, 6B and 6D. RGB value is (71,107,109). Sum of RGB (Red+Green+Blue) = 71+107+109=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #476B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B6D is #B89492. Grayscale: #606060. Windows color (decimal): -12096659 or 7170887. OLE color: 7170887.

HSL color Cylindrical-coordinate representation of color #476B6D: hue angle of 183.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476B6D is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 107 109 -
CMYK 0.35 0.02 0 0.57
HSL 183.16º 0.21% 0.35% -
HSV(B) 183.16º 0.35% 0.43% -
XYZ 10.62 12.96 16.41 -
YUV 96.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 71 107 109 0.35 0.02 0 0.57 183.16 0.21 0.35
Hex 47 6B 6D 23 2 0 39 B7 15 23
Octal 107 153 155 43 2 0 71 267 25 43
Binary 1000111 1101011 1101101 100011 10 0 111001 10110111 10101 100011

Color Harmonies of #476B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B6D

Black with #476B6D

Text Example


Text Example

White with #476B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476B6D; }

 p { color: rgb(71,107,109); }

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

background-color css

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

 a { background-color: rgb(71,107,109); }

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

border-color css

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

 span { border-color: rgb(71,107,109); }

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