Html Css Color HEX #475574 Chambray

📋 copy color: '#475574'

red 71 ◦ green 85 ◦ blue 116

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

Shades of Chambray #475574

Tints of Chambray #475574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 26.1%
G = 31.25%
B = 42.65%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475574 (or 0x475574) is known color: Chambray. HEX triplet: 47, 55 and 74. RGB value is (71,85,116). Sum of RGB (Red+Green+Blue) = 71+85+116=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #475574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475574 is #B8AA8B. Grayscale: #545454. Windows color (decimal): -12102284 or 7624007. OLE color: 7624007.

HSL color Cylindrical-coordinate representation of color #475574: hue angle of 221.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475574 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 85 116 -
CMYK 0.39 0.27 0 0.55
HSL 221.33º 0.24% 0.37% -
HSV(B) 221.33º 0.39% 0.45% -
XYZ 9 9.1 17.8 -
YUV 84.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 71 85 116 0.39 0.27 0 0.55 221.33 0.24 0.37
Hex 47 55 74 27 1B 0 37 DD 18 25
Octal 107 125 164 47 33 0 67 335 30 45
Binary 1000111 1010101 1110100 100111 11011 0 110111 11011101 11000 100101

Color Harmonies of #475574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475574

Black with #475574

Text Example


Text Example

White with #475574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475574; }

 p { color: rgb(71,85,116); }

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

background-color css

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

 a { background-color: rgb(71,85,116); }

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

border-color css

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

 span { border-color: rgb(71,85,116); }

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