#4F216D

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

Shades of Blue Diamond #4F216D

Tints of Blue Diamond #4F216D

Color information

#4F216D (or 0x4F216D) is unknown color: approx Blue Diamond. HEX triplet: 4F, 21 and 6D. RGB value is (79,33,109). Sum of RGB (Red+Green+Blue) = 79+33+109=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F216D is #B0DE92. Grayscale: #373737. Windows color (decimal): -11591315 or 7151951. OLE color: 7151951.

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

Color convert

RGB7933109-
CMYK0.280.7000.57
HSL276.32º53.52%27.84%-
HSV(B)276.32º69.72%42.75%-
XYZ6.533.8514.87-
YUV55.42158.24144.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=35.75%
G=14.93%
B=49.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79331090.280.7000.57276.3253.5227.84
Hex4F216D1C46039114361c
Octal11741155341060714246634
Binary10011111000011101101111001000110011100110001010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,109); }

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

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

 a { background-color: rgb(79,33,109); }

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

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

 span { border-color: rgb(79,33,109); }

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