Html Css Color HEX #475A79 Chambray

📋 copy color: '#475A79'

red 71 ◦ green 90 ◦ blue 121

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

Shades of Chambray #475A79

Tints of Chambray #475A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

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

R = 25.18%
G = 31.91%
B = 42.91%

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

#475A79 (or 0x475A79) is known color: Chambray. HEX triplet: 47, 5A and 79. RGB value is (71,90,121). Sum of RGB (Red+Green+Blue) = 71+90+121=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #475A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A79 is #B8A586. Grayscale: #575757. Windows color (decimal): -12100999 or 7952967. OLE color: 7952967.

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

Color convert

RGB 71 90 121 -
CMYK 0.41 0.26 0 0.53
HSL 217.2º 0.26% 0.38% -
HSV(B) 217.2º 0.41% 0.47% -
XYZ 9.71 10.03 19.51 -
YUV 87.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 71 90 121 0.41 0.26 0 0.53 217.2 0.26 0.38
Hex 47 5A 79 29 1A 0 35 D9 1A 26
Octal 107 132 171 51 32 0 65 331 32 46
Binary 1000111 1011010 1111001 101001 11010 0 110101 11011001 11010 100110

Color Harmonies of #475A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A79

Black with #475A79

Text Example


Text Example

White with #475A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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