Html Css Color HEX #475873 Chambray

📋 copy color: '#475873'

red 71 ◦ green 88 ◦ blue 115

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

Shades of Chambray #475873

Tints of Chambray #475873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

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

R = 25.91%
G = 32.12%
B = 41.97%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475873 (or 0x475873) is known color: Chambray. HEX triplet: 47, 58 and 73. RGB value is (71,88,115). Sum of RGB (Red+Green+Blue) = 71+88+115=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #475873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475873 is #B8A78C. Grayscale: #555555. Windows color (decimal): -12101517 or 7559239. OLE color: 7559239.

HSL color Cylindrical-coordinate representation of color #475873: hue angle of 216.82º 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 #475873 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 88 115 -
CMYK 0.38 0.23 0 0.55
HSL 216.82º 0.24% 0.36% -
HSV(B) 216.82º 0.38% 0.45% -
XYZ 9.18 9.56 17.58 -
YUV 86 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 71 88 115 0.38 0.23 0 0.55 216.82 0.24 0.36
Hex 47 58 73 26 17 0 37 D9 18 24
Octal 107 130 163 46 27 0 67 331 30 44
Binary 1000111 1011000 1110011 100110 10111 0 110111 11011001 11000 100100

Color Harmonies of #475873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475873

Black with #475873

Text Example


Text Example

White with #475873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475873; }

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

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

background-color css

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

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

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

border-color css

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

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

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