#4F1972

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

Shades of Blue Diamond #4F1972

Tints of Blue Diamond #4F1972

Color information

#4F1972 (or 0x4F1972) is unknown color: approx Blue Diamond. HEX triplet: 4F, 19 and 72. RGB value is (79,25,114). Sum of RGB (Red+Green+Blue) = 79+25+114=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F1972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1972 is #B0E68D. Grayscale: #323232. Windows color (decimal): -11593358 or 7477583. OLE color: 7477583.

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

Color convert

RGB7925114-
CMYK0.310.7800.55
HSL276.4º64.03%27.25%-
HSV(B)276.4º78.07%44.71%-
XYZ6.613.5716.26-
YUV51.29163.39147.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.24%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=36.24%
G=11.47%
B=52.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79251140.310.7800.55276.464.0327.25
Hex4F19721F4E037114401b
Octal117311623711606742410033
Binary10011111100111100101111110011100110111100010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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