Html Css Color HEX #475D81 Chambray

📋 copy color: '#475D81'

red 71 ◦ green 93 ◦ blue 129

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

Shades of Chambray #475D81

Tints of Chambray #475D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 24.23%
G = 31.74%
B = 44.03%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475D81 (or 0x475D81) is known color: Chambray. HEX triplet: 47, 5D and 81. RGB value is (71,93,129). Sum of RGB (Red+Green+Blue) = 71+93+129=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #475D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D81 is #B8A27E. Grayscale: #5A5A5A. Windows color (decimal): -12100223 or 8478023. OLE color: 8478023.

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

Color convert

RGB 71 93 129 -
CMYK 0.45 0.28 0 0.49
HSL 217.24º 0.29% 0.39% -
HSV(B) 217.24º 0.45% 0.51% -
XYZ 10.48 10.75 22.29 -
YUV 90.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 71 93 129 0.45 0.28 0 0.49 217.24 0.29 0.39
Hex 47 5D 81 2D 1C 0 31 D9 1D 27
Octal 107 135 201 55 34 0 61 331 35 47
Binary 1000111 1011101 10000001 101101 11100 0 110001 11011001 11101 100111

Color Harmonies of #475D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D81

Black with #475D81

Text Example


Text Example

White with #475D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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