Html Css Color HEX #4C5979 Chambray

📋 copy color: '#4C5979'

red 76 ◦ green 89 ◦ blue 121

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

Shades of Chambray #4C5979

Tints of Chambray #4C5979

RGB

 RED value IS 76 (30.08% from 255) = 26.57%

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

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

R = 26.57%
G = 31.12%
B = 42.31%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C5979 (or 0x4C5979) is known color: Chambray. HEX triplet: 4C, 59 and 79. RGB value is (76,89,121). Sum of RGB (Red+Green+Blue) = 76+89+121=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C5979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5979 is #B3A686. Grayscale: #585858. Windows color (decimal): -11773575 or 7952716. OLE color: 7952716.

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

Color convert

RGB 76 89 121 -
CMYK 0.37 0.26 0 0.53
HSL 222.67º 0.23% 0.39% -
HSV(B) 222.67º 0.37% 0.47% -
XYZ 10 10.06 19.5 -
YUV 88.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 76 89 121 0.37 0.26 0 0.53 222.67 0.23 0.39
Hex 4C 59 79 25 1A 0 35 DF 17 27
Octal 114 131 171 45 32 0 65 337 27 47
Binary 1001100 1011001 1111001 100101 11010 0 110101 11011111 10111 100111

Color Harmonies of #4C5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5979

Black with #4C5979

Text Example


Text Example

White with #4C5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5979; }

 p { color: rgb(76,89,121); }

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

background-color css

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

 a { background-color: rgb(76,89,121); }

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

border-color css

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

 span { border-color: rgb(76,89,121); }

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