Html Css Color HEX #475877 Chambray

📋 copy color: '#475877'

red 71 ◦ green 88 ◦ blue 119

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

Shades of Chambray #475877

Tints of Chambray #475877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

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

R = 25.54%
G = 31.65%
B = 42.81%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475877 (or 0x475877) is known color: Chambray. HEX triplet: 47, 58 and 77. RGB value is (71,88,119). Sum of RGB (Red+Green+Blue) = 71+88+119=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #475877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475877 is #B8A788. Grayscale: #565656. Windows color (decimal): -12101513 or 7821383. OLE color: 7821383.

HSL color Cylindrical-coordinate representation of color #475877: hue angle of 218.75º 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 #475877 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 88 119 -
CMYK 0.40 0.26 0 0.53
HSL 218.75º 0.25% 0.37% -
HSV(B) 218.75º 0.4% 0.47% -
XYZ 9.42 9.65 18.82 -
YUV 86.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 71 88 119 0.40 0.26 0 0.53 218.75 0.25 0.37
Hex 47 58 77 28 1A 0 35 DB 19 25
Octal 107 130 167 50 32 0 65 333 31 45
Binary 1000111 1011000 1110111 101000 11010 0 110101 11011011 11001 100101

Color Harmonies of #475877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475877

Black with #475877

Text Example


Text Example

White with #475877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475877; }

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

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

background-color css

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

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

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

border-color css

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

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

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