#4F2471

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

Shades of Blue Diamond #4F2471

Tints of Blue Diamond #4F2471

Color information

#4F2471 (or 0x4F2471) is unknown color: approx Blue Diamond. HEX triplet: 4F, 24 and 71. RGB value is (79,36,113). Sum of RGB (Red+Green+Blue) = 79+36+113=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2471 is #B0DB8E. Grayscale: #393939. Windows color (decimal): -11590543 or 7414863. OLE color: 7414863.

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

Color convert

RGB7936113-
CMYK0.300.6800.56
HSL273.51º51.68%29.22%-
HSV(B)273.51º68.14%44.31%-
XYZ6.844.1216.06-
YUV57.64159.25143.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=34.65%
G=15.79%
B=49.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79361130.300.6800.56273.5151.6829.22
Hex4F24711E44038112341d
Octal11744161361040704226435
Binary10011111001001110001111101000100011100010001001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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