#4F5D6C

Color #4F5D6C Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #4F5D6C

Tints of Chambray #4F5D6C

Color information

#4F5D6C (or 0x4F5D6C) is unknown color: approx Chambray. HEX triplet: 4F, 5D and 6C. RGB value is (79,93,108). Sum of RGB (Red+Green+Blue) = 79+93+108=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F5D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5D6C is #B0A293. Grayscale: #5A5A5A. Windows color (decimal): -11575956 or 7101775. OLE color: 7101775.

HSL color Cylindrical-coordinate representation of color #4F5D6C: hue angle of 211.03º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F5D6C is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7993108-
CMYK0.270.1400.58
HSL211.03º15.51%36.67%-
HSV(B)211.03º26.85%42.35%-
XYZ9.8510.5715.71-
YUV90.52137.86119.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.21%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=28.21%
G=33.21%
B=38.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79931080.270.1400.58211.0315.5136.67
Hex4F5D6C1BE03Ad31025
Octal11713515433160723232045
Binary10011111011101110110011011111001110101101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,93,108); }

 H1.HeaderClassName
 {
   color: #4F5D6C;
 }
 .AnyTagClassName
 {
   color: #4F5D6C;
 }
</style>
background-color css

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

 a { background-color: rgb(79,93,108); }

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

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

 span { border-color: rgb(79,93,108); }

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