#4F2472

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

Shades of Blue Diamond #4F2472

Tints of Blue Diamond #4F2472

Color information

#4F2472 (or 0x4F2472) is unknown color: approx Blue Diamond. HEX triplet: 4F, 24 and 72. RGB value is (79,36,114). Sum of RGB (Red+Green+Blue) = 79+36+114=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F2472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2472 is #B0DB8D. Grayscale: #393939. Windows color (decimal): -11590542 or 7480399. OLE color: 7480399.

HSL color Cylindrical-coordinate representation of color #4F2472: hue angle of 273.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F2472 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7936114-
CMYK0.310.6800.55
HSL273.08º52%29.41%-
HSV(B)273.08º68.42%44.71%-
XYZ6.894.1416.36-
YUV57.75159.75143.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=34.50%
G=15.72%
B=49.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79361140.310.6800.55273.085229.41
Hex4F24721F44037111341d
Octal11744162371040674216435
Binary10011111001001110010111111000100011011110001000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,36,114); }

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

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

 a { background-color: rgb(79,36,114); }

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

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

 span { border-color: rgb(79,36,114); }

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