Html Css Color HEX #4D5977 Chambray

📋 copy color: '#4D5977'

red 77 ◦ green 89 ◦ blue 119

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

Shades of Chambray #4D5977

Tints of Chambray #4D5977

RGB

 RED value IS 77 (30.47% from 255) = 27.02%

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 27.02%
G = 31.23%
B = 41.75%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D5977 (or 0x4D5977) is known color: Chambray. HEX triplet: 4D, 59 and 77. RGB value is (77,89,119). Sum of RGB (Red+Green+Blue) = 77+89+119=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5977 is #B2A688. Grayscale: #585858. Windows color (decimal): -11708041 or 7821645. OLE color: 7821645.

HSL color Cylindrical-coordinate representation of color #4D5977: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D5977 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 89 119 -
CMYK 0.35 0.25 0 0.53
HSL 222.86º 0.21% 0.38% -
HSV(B) 222.86º 0.35% 0.47% -
XYZ 9.96 10.05 18.87 -
YUV 88.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 77 89 119 0.35 0.25 0 0.53 222.86 0.21 0.38
Hex 4D 59 77 23 19 0 35 DF 15 26
Octal 115 131 167 43 31 0 65 337 25 46
Binary 1001101 1011001 1110111 100011 11001 0 110101 11011111 10101 100110

Color Harmonies of #4D5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5977

Black with #4D5977

Text Example


Text Example

White with #4D5977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,89,119); }

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

background-color css

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

 a { background-color: rgb(77,89,119); }

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

border-color css

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

 span { border-color: rgb(77,89,119); }

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