#4F2578

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

Shades of Blue Diamond #4F2578

Tints of Blue Diamond #4F2578

Color information

#4F2578 (or 0x4F2578) is unknown color: approx Blue Diamond. HEX triplet: 4F, 25 and 78. RGB value is (79,37,120). Sum of RGB (Red+Green+Blue) = 79+37+120=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F2578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2578 is #B0DA87. Grayscale: #3A3A3A. Windows color (decimal): -11590280 or 7873871. OLE color: 7873871.

HSL color Cylindrical-coordinate representation of color #4F2578: hue angle of 270.36º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F2578 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7937120-
CMYK0.340.6900.53
HSL270.36º52.87%30.78%-
HSV(B)270.36º69.17%47.06%-
XYZ7.284.3418.22-
YUV59.02162.41142.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=33.47%
G=15.68%
B=50.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79371200.340.6900.53270.3652.8730.78
Hex4F2578224503510e351f
Octal11745170421050654166537
Binary100111110010111110001000101000101011010110000111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,120); }

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

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

 a { background-color: rgb(79,37,120); }

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

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

 span { border-color: rgb(79,37,120); }

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