#4F3489

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

Shades of Blue Gem #4F3489

Tints of Blue Gem #4F3489

Color information

#4F3489 (or 0x4F3489) is unknown color: approx Blue Gem. HEX triplet: 4F, 34 and 89. RGB value is (79,52,137). Sum of RGB (Red+Green+Blue) = 79+52+137=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F3489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3489 is #B0CB76. Grayscale: #454545. Windows color (decimal): -11586423 or 8991823. OLE color: 8991823.

HSL color Cylindrical-coordinate representation of color #4F3489: hue angle of 259.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F3489 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7952137-
CMYK0.420.6200.46
HSL259.06º44.97%37.06%-
HSV(B)259.06º62.04%53.73%-
XYZ8.975.9224.34-
YUV69.76165.95134.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=29.48%
G=19.40%
B=51.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79521370.420.6200.46259.0644.9737.06
Hex4F34892A3E02E1032d25
Octal1176421152760564035545
Binary1001111110100100010011010101111100101110100000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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