Html Css Color HEX #475573 Chambray

📋 copy color: '#475573'

red 71 ◦ green 85 ◦ blue 115

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

Shades of Chambray #475573

Tints of Chambray #475573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 26.2%
G = 31.37%
B = 42.44%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475573 (or 0x475573) is known color: Chambray. HEX triplet: 47, 55 and 73. RGB value is (71,85,115). Sum of RGB (Red+Green+Blue) = 71+85+115=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #475573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475573 is #B8AA8C. Grayscale: #545454. Windows color (decimal): -12102285 or 7558471. OLE color: 7558471.

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

Color convert

RGB 71 85 115 -
CMYK 0.38 0.26 0 0.55
HSL 220.91º 0.24% 0.36% -
HSV(B) 220.91º 0.38% 0.45% -
XYZ 8.94 9.07 17.5 -
YUV 84.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 71 85 115 0.38 0.26 0 0.55 220.91 0.24 0.36
Hex 47 55 73 26 1A 0 37 DD 18 24
Octal 107 125 163 46 32 0 67 335 30 44
Binary 1000111 1010101 1110011 100110 11010 0 110111 11011101 11000 100100

Color Harmonies of #475573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475573

Black with #475573

Text Example


Text Example

White with #475573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475573; }

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

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

background-color css

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

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

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

border-color css

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

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

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