Html Css Color HEX #475978 Chambray

📋 copy color: '#475978'

red 71 ◦ green 89 ◦ blue 120

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

Shades of Chambray #475978

Tints of Chambray #475978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 25.36%
G = 31.79%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475978 (or 0x475978) is known color: Chambray. HEX triplet: 47, 59 and 78. RGB value is (71,89,120). Sum of RGB (Red+Green+Blue) = 71+89+120=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #475978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475978 is #B8A687. Grayscale: #575757. Windows color (decimal): -12101256 or 7887175. OLE color: 7887175.

HSL color Cylindrical-coordinate representation of color #475978: hue angle of 217.96º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475978 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 89 120 -
CMYK 0.41 0.26 0 0.53
HSL 217.96º 0.26% 0.37% -
HSV(B) 217.96º 0.41% 0.47% -
XYZ 9.56 9.84 19.16 -
YUV 87.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 71 89 120 0.41 0.26 0 0.53 217.96 0.26 0.37
Hex 47 59 78 29 1A 0 35 DA 1A 25
Octal 107 131 170 51 32 0 65 332 32 45
Binary 1000111 1011001 1111000 101001 11010 0 110101 11011010 11010 100101

Color Harmonies of #475978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475978

Black with #475978

Text Example


Text Example

White with #475978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475978; }

 p { color: rgb(71,89,120); }

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

background-color css

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

 a { background-color: rgb(71,89,120); }

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

border-color css

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

 span { border-color: rgb(71,89,120); }

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