Html Css Color HEX #475579 Chambray

📋 copy color: '#475579'

red 71 ◦ green 85 ◦ blue 121

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

Shades of Chambray #475579

Tints of Chambray #475579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 25.63%
G = 30.69%
B = 43.68%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475579 (or 0x475579) is known color: Chambray. HEX triplet: 47, 55 and 79. RGB value is (71,85,121). Sum of RGB (Red+Green+Blue) = 71+85+121=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #475579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475579 is #B8AA86. Grayscale: #545454. Windows color (decimal): -12102279 or 7951687. OLE color: 7951687.

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

Color convert

RGB 71 85 121 -
CMYK 0.41 0.30 0 0.53
HSL 223.2º 0.26% 0.38% -
HSV(B) 223.2º 0.41% 0.47% -
XYZ 9.3 9.22 19.38 -
YUV 84.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 71 85 121 0.41 0.30 0 0.53 223.2 0.26 0.38
Hex 47 55 79 29 1E 0 35 DF 1A 26
Octal 107 125 171 51 36 0 65 337 32 46
Binary 1000111 1010101 1111001 101001 11110 0 110101 11011111 11010 100110

Color Harmonies of #475579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475579

Black with #475579

Text Example


Text Example

White with #475579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475579; }

 p { color: rgb(71,85,121); }

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

background-color css

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

 a { background-color: rgb(71,85,121); }

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

border-color css

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

 span { border-color: rgb(71,85,121); }

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