Html Css Color HEX #4C596C Chambray

📋 copy color: '#4C596C'

red 76 ◦ green 89 ◦ blue 108

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

Shades of Chambray #4C596C

Tints of Chambray #4C596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 27.84%
G = 32.6%
B = 39.56%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C596C (or 0x4C596C) is known color: Chambray. HEX triplet: 4C, 59 and 6C. RGB value is (76,89,108). Sum of RGB (Red+Green+Blue) = 76+89+108=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C596C is #B3A693. Grayscale: #575757. Windows color (decimal): -11773588 or 7100748. OLE color: 7100748.

HSL color Cylindrical-coordinate representation of color #4C596C: hue angle of 215.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C596C is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 89 108 -
CMYK 0.30 0.18 0 0.58
HSL 215.63º 0.17% 0.36% -
HSV(B) 215.63º 0.3% 0.42% -
XYZ 9.26 9.76 15.58 -
YUV 87.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 76 89 108 0.30 0.18 0 0.58 215.63 0.17 0.36
Hex 4C 59 6C 1E 12 0 3A D8 11 24
Octal 114 131 154 36 22 0 72 330 21 44
Binary 1001100 1011001 1101100 11110 10010 0 111010 11011000 10001 100100

Color Harmonies of #4C596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C596C

Black with #4C596C

Text Example


Text Example

White with #4C596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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