Html Css Color HEX #475779 Chambray

📋 copy color: '#475779'

red 71 ◦ green 87 ◦ blue 121

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

Shades of Chambray #475779

Tints of Chambray #475779

RGB

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

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

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

R = 25.45%
G = 31.18%
B = 43.37%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475779 (or 0x475779) is known color: Chambray. HEX triplet: 47, 57 and 79. RGB value is (71,87,121). Sum of RGB (Red+Green+Blue) = 71+87+121=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #475779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475779 is #B8A886. Grayscale: #555555. Windows color (decimal): -12101767 or 7952199. OLE color: 7952199.

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

Color convert

RGB 71 87 121 -
CMYK 0.41 0.28 0 0.53
HSL 220.8º 0.26% 0.38% -
HSV(B) 220.8º 0.41% 0.47% -
XYZ 9.46 9.54 19.43 -
YUV 86.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 71 87 121 0.41 0.28 0 0.53 220.8 0.26 0.38
Hex 47 57 79 29 1C 0 35 DD 1A 26
Octal 107 127 171 51 34 0 65 335 32 46
Binary 1000111 1010111 1111001 101001 11100 0 110101 11011101 11010 100110

Color Harmonies of #475779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475779

Black with #475779

Text Example


Text Example

White with #475779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475779; }

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

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

background-color css

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

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

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

border-color css

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

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

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