#4F2376

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

Shades of Blue Diamond #4F2376

Tints of Blue Diamond #4F2376

Color information

#4F2376 (or 0x4F2376) is unknown color: approx Blue Diamond. HEX triplet: 4F, 23 and 76. RGB value is (79,35,118). Sum of RGB (Red+Green+Blue) = 79+35+118=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F2376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2376 is #B0DC89. Grayscale: #393939. Windows color (decimal): -11590794 or 7742287. OLE color: 7742287.

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

Color convert

RGB7935118-
CMYK0.330.7000.54
HSL271.81º54.25%30%-
HSV(B)271.81º70.34%46.27%-
XYZ7.14.1717.57-
YUV57.62162.08143.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=34.05%
G=15.09%
B=50.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79351180.330.7000.54271.8154.2530
Hex4F23762146036110361e
Octal11743166411060664206636
Binary100111110001111101101000011000110011011010001000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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