#4F3299

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

Shades of Blue Gem #4F3299

Tints of Blue Gem #4F3299

Color information

#4F3299 (or 0x4F3299) is unknown color: approx Blue Gem. HEX triplet: 4F, 32 and 99. RGB value is (79,50,153). Sum of RGB (Red+Green+Blue) = 79+50+153=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F3299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3299 is #B0CD66. Grayscale: #464646. Windows color (decimal): -11586919 or 10039887. OLE color: 10039887.

HSL color Cylindrical-coordinate representation of color #4F3299: hue angle of 256.89º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F3299 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7950153-
CMYK0.480.6700.4
HSL256.89º50.74%39.8%-
HSV(B)256.89º67.32%60%-
XYZ10.116.2430.81-
YUV70.41174.61134.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.01%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=28.01%
G=17.73%
B=54.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79501530.480.6700.4256.8950.7439.8
Hex4F329930430281013328
Octal11762231601030504016350
Binary10011111100101001100111000010000110101000100000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,153); }

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

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

 a { background-color: rgb(79,50,153); }

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

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

 span { border-color: rgb(79,50,153); }

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