#4F3499

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

Shades of Blue Gem #4F3499

Tints of Blue Gem #4F3499

Color information

#4F3499 (or 0x4F3499) is unknown color: approx Blue Gem. HEX triplet: 4F, 34 and 99. RGB value is (79,52,153). Sum of RGB (Red+Green+Blue) = 79+52+153=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3499 is #B0CB66. Grayscale: #474747. Windows color (decimal): -11586407 or 10040399. OLE color: 10040399.

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

Color convert

RGB7952153-
CMYK0.480.6600.4
HSL256.04º49.27%40.2%-
HSV(B)256.04º66.01%60%-
XYZ10.26.4230.84-
YUV71.59173.95133.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=27.82%
G=18.31%
B=53.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79521530.480.6600.4256.0449.2740.2
Hex4F349930420281003128
Octal11764231601020504006150
Binary10011111101001001100111000010000100101000100000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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