Html Css Color HEX #4C5973 Chambray

📋 copy color: '#4C5973'

red 76 ◦ green 89 ◦ blue 115

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

Shades of Chambray #4C5973

Tints of Chambray #4C5973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 27.14%
G = 31.79%
B = 41.07%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C5973 (or 0x4C5973) is known color: Chambray. HEX triplet: 4C, 59 and 73. RGB value is (76,89,115). Sum of RGB (Red+Green+Blue) = 76+89+115=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C5973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5973 is #B3A68C. Grayscale: #575757. Windows color (decimal): -11773581 or 7559500. OLE color: 7559500.

HSL color Cylindrical-coordinate representation of color #4C5973: hue angle of 220º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C5973 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 89 115 -
CMYK 0.34 0.23 0 0.55
HSL 220º 0.2% 0.37% -
HSV(B) 220º 0.34% 0.45% -
XYZ 9.65 9.92 17.63 -
YUV 88.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 76 89 115 0.34 0.23 0 0.55 220 0.2 0.37
Hex 4C 59 73 22 17 0 37 DC 14 25
Octal 114 131 163 42 27 0 67 334 24 45
Binary 1001100 1011001 1110011 100010 10111 0 110111 11011100 10100 100101

Color Harmonies of #4C5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5973

Black with #4C5973

Text Example


Text Example

White with #4C5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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