#4F246E

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

Shades of Blue Diamond #4F246E

Tints of Blue Diamond #4F246E

Color information

#4F246E (or 0x4F246E) is unknown color: approx Blue Diamond. HEX triplet: 4F, 24 and 6E. RGB value is (79,36,110). Sum of RGB (Red+Green+Blue) = 79+36+110=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F246E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F246E is #B0DB91. Grayscale: #393939. Windows color (decimal): -11590546 or 7218255. OLE color: 7218255.

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

Color convert

RGB7936110-
CMYK0.280.6700.57
HSL274.86º50.68%28.63%-
HSV(B)274.86º67.27%43.14%-
XYZ6.674.0515.18-
YUV57.29157.75143.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=35.11%
G=16%
B=48.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79361100.280.6700.57274.8650.6828.63
Hex4F246E1C43039113331d
Octal11744156341030714236335
Binary10011111001001101110111001000011011100110001001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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