#4F1F76

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

Shades of Blue Diamond #4F1F76

Tints of Blue Diamond #4F1F76

Color information

#4F1F76 (or 0x4F1F76) is unknown color: approx Blue Diamond. HEX triplet: 4F, 1F and 76. RGB value is (79,31,118). Sum of RGB (Red+Green+Blue) = 79+31+118=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F1F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1F76 is #B0E089. Grayscale: #363636. Windows color (decimal): -11591818 or 7741263. OLE color: 7741263.

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

Color convert

RGB7931118-
CMYK0.330.7400.54
HSL273.1º58.39%29.22%-
HSV(B)273.1º73.73%46.27%-
XYZ6.983.9517.53-
YUV55.27163.4144.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=34.65%
G=13.60%
B=51.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79311180.330.7400.54273.158.3929.22
Hex4F1F76214A0361113a1d
Octal11737166411120664217235
Binary10011111111111101101000011001010011011010001000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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