#4F2576

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

Shades of Blue Diamond #4F2576

Tints of Blue Diamond #4F2576

Color information

#4F2576 (or 0x4F2576) is unknown color: approx Blue Diamond. HEX triplet: 4F, 25 and 76. RGB value is (79,37,118). Sum of RGB (Red+Green+Blue) = 79+37+118=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F2576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2576 is #B0DA89. Grayscale: #3A3A3A. Windows color (decimal): -11590282 or 7742799. OLE color: 7742799.

HSL color Cylindrical-coordinate representation of color #4F2576: hue angle of 271.11º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F2576 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7937118-
CMYK0.330.6900.54
HSL271.11º52.26%30.39%-
HSV(B)271.11º68.64%46.27%-
XYZ7.164.2917.59-
YUV58.79161.41142.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=33.76%
G=15.81%
B=50.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79371180.330.6900.54271.1152.2630.39
Hex4F2576214503610f341e
Octal11745166411050664176436
Binary100111110010111101101000011000101011011010000111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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