#4F1971

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

Shades of Blue Diamond #4F1971

Tints of Blue Diamond #4F1971

Color information

#4F1971 (or 0x4F1971) is unknown color: approx Blue Diamond. HEX triplet: 4F, 19 and 71. RGB value is (79,25,113). Sum of RGB (Red+Green+Blue) = 79+25+113=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F1971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1971 is #B0E68E. Grayscale: #323232. Windows color (decimal): -11593359 or 7412047. OLE color: 7412047.

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

Color convert

RGB7925113-
CMYK0.300.7800.56
HSL276.82º63.77%27.06%-
HSV(B)276.82º77.88%44.31%-
XYZ6.553.5515.96-
YUV51.18162.89147.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.41%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=36.41%
G=11.52%
B=52.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79251130.300.7800.56276.8263.7727.06
Hex4F19711E4E038115401b
Octal117311613611607042510033
Binary10011111100111100011111010011100111000100010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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