#4F587D

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

Shades of Chambray #4F587D

Tints of Chambray #4F587D

Color information

#4F587D (or 0x4F587D) is unknown color: approx Chambray. HEX triplet: 4F, 58 and 7D. RGB value is (79,88,125). Sum of RGB (Red+Green+Blue) = 79+88+125=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F587D is #B0A782. Grayscale: #595959. Windows color (decimal): -11577219 or 8214607. OLE color: 8214607.

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

Color convert

RGB7988125-
CMYK0.370.3000.51
HSL228.26º22.55%40%-
HSV(B)228.26º36.8%49.02%-
XYZ10.4210.1220.81-
YUV89.53148.02120.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=27.05%
G=30.14%
B=42.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79881250.370.3000.51228.2622.5540
Hex4F587D251E033e41728
Octal11713017545360633442750
Binary1001111101100011111011001011111001100111110010010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,125); }

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

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

 a { background-color: rgb(79,88,125); }

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

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

 span { border-color: rgb(79,88,125); }

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