#4F2872

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

Shades of Blue Diamond #4F2872

Tints of Blue Diamond #4F2872

Color information

#4F2872 (or 0x4F2872) is unknown color: approx Blue Diamond. HEX triplet: 4F, 28 and 72. RGB value is (79,40,114). Sum of RGB (Red+Green+Blue) = 79+40+114=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F2872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2872 is #B0D78D. Grayscale: #3B3B3B. Windows color (decimal): -11589518 or 7481423. OLE color: 7481423.

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

Color convert

RGB7940114-
CMYK0.310.6500.55
HSL271.62º48.05%30.2%-
HSV(B)271.62º64.91%44.71%-
XYZ7.024.3916.4-
YUV60.1158.42141.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=33.91%
G=17.17%
B=48.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79401140.310.6500.55271.6248.0530.2
Hex4F28721F41037110301e
Octal11750162371010674206036
Binary10011111010001110010111111000001011011110001000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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