Html Css Color HEX #475B81 Chambray

📋 copy color: '#475B81'

red 71 ◦ green 91 ◦ blue 129

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

Shades of Chambray #475B81

Tints of Chambray #475B81

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.27%

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

R = 24.4%
G = 31.27%
B = 44.33%

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

#475B81 (or 0x475B81) is known color: Chambray. HEX triplet: 47, 5B and 81. RGB value is (71,91,129). Sum of RGB (Red+Green+Blue) = 71+91+129=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #475B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B81 is #B8A47E. Grayscale: #595959. Windows color (decimal): -12100735 or 8477511. OLE color: 8477511.

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

Color convert

RGB 71 91 129 -
CMYK 0.45 0.29 0 0.49
HSL 219.31º 0.29% 0.39% -
HSV(B) 219.31º 0.45% 0.51% -
XYZ 10.3 10.41 22.23 -
YUV 89.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 71 91 129 0.45 0.29 0 0.49 219.31 0.29 0.39
Hex 47 5B 81 2D 1D 0 31 DB 1D 27
Octal 107 133 201 55 35 0 61 333 35 47
Binary 1000111 1011011 10000001 101101 11101 0 110001 11011011 11101 100111

Color Harmonies of #475B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B81

Black with #475B81

Text Example


Text Example

White with #475B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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