#4F2DA9

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

Shades of Blue Gem #4F2DA9

Tints of Blue Gem #4F2DA9

Color information

#4F2DA9 (or 0x4F2DA9) is unknown color: approx Blue Gem. HEX triplet: 4F, 2D and A9. RGB value is (79,45,169). Sum of RGB (Red+Green+Blue) = 79+45+169=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #4F2DA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2DA9 is #B0D256. Grayscale: #444444. Windows color (decimal): -11588183 or 11087183. OLE color: 11087183.

HSL color Cylindrical-coordinate representation of color #4F2DA9: hue angle of 256.45º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F2DA9 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7945169-
CMYK0.530.7300.34
HSL256.45º57.94%41.96%-
HSV(B)256.45º73.37%66.27%-
XYZ11.326.438.18-
YUV69.3184.26134.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.96%
GREEN value IS 45 (17.97% from 255) = 15.36%
BLUE value IS 169 (66.41% from 255) = 57.68%
R=26.96%
G=15.36%
B=57.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal79451690.530.7300.34256.4557.9441.96
Hex4F2DA935490221003a2a
Octal11755251651110424007252
Binary10011111011011010100111010110010010100010100000000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,169); }

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

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

 a { background-color: rgb(79,45,169); }

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

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

 span { border-color: rgb(79,45,169); }

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