Html Css Color HEX #475E81 Chambray

📋 copy color: '#475E81'

red 71 ◦ green 94 ◦ blue 129

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

Shades of Chambray #475E81

Tints of Chambray #475E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

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

R = 24.15%
G = 31.97%
B = 43.88%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475E81 (or 0x475E81) is known color: Chambray. HEX triplet: 47, 5E and 81. RGB value is (71,94,129). Sum of RGB (Red+Green+Blue) = 71+94+129=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #475E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E81 is #B8A17E. Grayscale: #5A5A5A. Windows color (decimal): -12099967 or 8478279. OLE color: 8478279.

HSL color Cylindrical-coordinate representation of color #475E81: hue angle of 216.21º 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 #475E81 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 94 129 -
CMYK 0.45 0.27 0 0.49
HSL 216.21º 0.29% 0.39% -
HSV(B) 216.21º 0.45% 0.51% -
XYZ 10.56 10.93 22.32 -
YUV 91.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 71 94 129 0.45 0.27 0 0.49 216.21 0.29 0.39
Hex 47 5E 81 2D 1B 0 31 D8 1D 27
Octal 107 136 201 55 33 0 61 330 35 47
Binary 1000111 1011110 10000001 101101 11011 0 110001 11011000 11101 100111

Color Harmonies of #475E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E81

Black with #475E81

Text Example


Text Example

White with #475E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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