Html Css Color HEX #475D77 Chambray

📋 copy color: '#475D77'

red 71 ◦ green 93 ◦ blue 119

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

Shades of Chambray #475D77

Tints of Chambray #475D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 25.09%
G = 32.86%
B = 42.05%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475D77 (or 0x475D77) is known color: Chambray. HEX triplet: 47, 5D and 77. RGB value is (71,93,119). Sum of RGB (Red+Green+Blue) = 71+93+119=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #475D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D77 is #B8A288. Grayscale: #595959. Windows color (decimal): -12100233 or 7822663. OLE color: 7822663.

HSL color Cylindrical-coordinate representation of color #475D77: hue angle of 212.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475D77 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 93 119 -
CMYK 0.40 0.22 0 0.53
HSL 212.5º 0.25% 0.37% -
HSV(B) 212.5º 0.4% 0.47% -
XYZ 9.84 10.5 18.96 -
YUV 89.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 71 93 119 0.40 0.22 0 0.53 212.5 0.25 0.37
Hex 47 5D 77 28 16 0 35 D4 19 25
Octal 107 135 167 50 26 0 65 324 31 45
Binary 1000111 1011101 1110111 101000 10110 0 110101 11010100 11001 100101

Color Harmonies of #475D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D77

Black with #475D77

Text Example


Text Example

White with #475D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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