#4F597C

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

Shades of Chambray #4F597C

Tints of Chambray #4F597C

Color information

#4F597C (or 0x4F597C) is unknown color: approx Chambray. HEX triplet: 4F, 59 and 7C. RGB value is (79,89,124). Sum of RGB (Red+Green+Blue) = 79+89+124=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F597C is #B0A683. Grayscale: #595959. Windows color (decimal): -11576964 or 8149327. OLE color: 8149327.

HSL color Cylindrical-coordinate representation of color #4F597C: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F597C is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7989124-
CMYK0.360.2800.51
HSL226.67º22.17%39.8%-
HSV(B)226.67º36.29%48.63%-
XYZ10.4310.2620.5-
YUV90147.19120.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=27.05%
G=30.48%
B=42.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79891240.360.2800.51226.6722.1739.8
Hex4F597C241C033e31628
Octal11713117444340633432650
Binary1001111101100111111001001001110001100111110001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,89,124); }

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

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

 a { background-color: rgb(79,89,124); }

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

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

 span { border-color: rgb(79,89,124); }

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