Html Css Color HEX #475C81 Chambray

📋 copy color: '#475C81'

red 71 ◦ green 92 ◦ blue 129

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

Shades of Chambray #475C81

Tints of Chambray #475C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 129 (50.78% from 255) = 44.18%

R = 24.32%
G = 31.51%
B = 44.18%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475C81 (or 0x475C81) is known color: Chambray. HEX triplet: 47, 5C and 81. RGB value is (71,92,129). Sum of RGB (Red+Green+Blue) = 71+92+129=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #475C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C81 is #B8A37E. Grayscale: #595959. Windows color (decimal): -12100479 or 8477767. OLE color: 8477767.

HSL color Cylindrical-coordinate representation of color #475C81: hue angle of 218.28º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475C81 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 92 129 -
CMYK 0.45 0.29 0 0.49
HSL 218.28º 0.29% 0.39% -
HSV(B) 218.28º 0.45% 0.51% -
XYZ 10.39 10.58 22.26 -
YUV 89.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 71 92 129 0.45 0.29 0 0.49 218.28 0.29 0.39
Hex 47 5C 81 2D 1D 0 31 DA 1D 27
Octal 107 134 201 55 35 0 61 332 35 47
Binary 1000111 1011100 10000001 101101 11101 0 110001 11011010 11101 100111

Color Harmonies of #475C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475C81

Black with #475C81

Text Example


Text Example

White with #475C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475C81; }

 p { color: rgb(71,92,129); }

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

background-color css

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

 a { background-color: rgb(71,92,129); }

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

border-color css

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

 span { border-color: rgb(71,92,129); }

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