Html Css Color HEX #4C5A77 Chambray

📋 copy color: '#4C5A77'

red 76 ◦ green 90 ◦ blue 119

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

Shades of Chambray #4C5A77

Tints of Chambray #4C5A77

RGB

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

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

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

R = 26.67%
G = 31.58%
B = 41.75%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C5A77 (or 0x4C5A77) is known color: Chambray. HEX triplet: 4C, 5A and 77. RGB value is (76,90,119). Sum of RGB (Red+Green+Blue) = 76+90+119=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 90 (35.55% from 255 or 31.58% 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 #4C5A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A77 is #B3A588. Grayscale: #585858. Windows color (decimal): -11773321 or 7821900. OLE color: 7821900.

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

Color convert

RGB 76 90 119 -
CMYK 0.36 0.24 0 0.53
HSL 220.47º 0.22% 0.38% -
HSV(B) 220.47º 0.36% 0.47% -
XYZ 9.97 10.18 18.89 -
YUV 89.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 76 90 119 0.36 0.24 0 0.53 220.47 0.22 0.38
Hex 4C 5A 77 24 18 0 35 DC 16 26
Octal 114 132 167 44 30 0 65 334 26 46
Binary 1001100 1011010 1110111 100100 11000 0 110101 11011100 10110 100110

Color Harmonies of #4C5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A77

Black with #4C5A77

Text Example


Text Example

White with #4C5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,119); }

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

background-color css

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

 a { background-color: rgb(76,90,119); }

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

border-color css

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

 span { border-color: rgb(76,90,119); }

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