Html Css Color HEX #475780 Chambray

📋 copy color: '#475780'

red 71 ◦ green 87 ◦ blue 128

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

Shades of Chambray #475780

Tints of Chambray #475780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 24.83%
G = 30.42%
B = 44.76%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#475780 (or 0x475780) is known color: Chambray. HEX triplet: 47, 57 and 80. RGB value is (71,87,128). Sum of RGB (Red+Green+Blue) = 71+87+128=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #475780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475780 is #B8A87F. Grayscale: #565656. Windows color (decimal): -12101760 or 8410951. OLE color: 8410951.

HSL color Cylindrical-coordinate representation of color #475780: hue angle of 223.16º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475780 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 87 128 -
CMYK 0.45 0.32 0 0.50
HSL 223.16º 0.29% 0.39% -
HSV(B) 223.16º 0.45% 0.5% -
XYZ 9.9 9.71 21.78 -
YUV 86.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 71 87 128 0.45 0.32 0 0.50 223.16 0.29 0.39
Hex 47 57 80 2D 20 0 32 DF 1D 27
Octal 107 127 200 55 40 0 62 337 35 47
Binary 1000111 1010111 10000000 101101 100000 0 110010 11011111 11101 100111

Color Harmonies of #475780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475780

Black with #475780

Text Example


Text Example

White with #475780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475780; }

 p { color: rgb(71,87,128); }

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

background-color css

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

 a { background-color: rgb(71,87,128); }

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

border-color css

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

 span { border-color: rgb(71,87,128); }

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