#4F3B84

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

Shades of Blue Gem #4F3B84

Tints of Blue Gem #4F3B84

Color information

#4F3B84 (or 0x4F3B84) is unknown color: approx Blue Gem. HEX triplet: 4F, 3B and 84. RGB value is (79,59,132). Sum of RGB (Red+Green+Blue) = 79+59+132=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F3B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3B84 is #B0C47B. Grayscale: #494949. Windows color (decimal): -11584636 or 8665935. OLE color: 8665935.

HSL color Cylindrical-coordinate representation of color #4F3B84: hue angle of 256.44º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F3B84 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7959132-
CMYK0.400.5500.48
HSL256.44º38.22%37.45%-
HSV(B)256.44º55.3%51.76%-
XYZ8.956.4622.6-
YUV73.3161.13132.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=29.26%
G=21.85%
B=48.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79591320.400.5500.48256.4438.2237.45
Hex4F3B8428370301002625
Octal1177320450670604004645
Binary1001111111011100001001010001101110110000100000000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,59,132); }

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

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

 a { background-color: rgb(79,59,132); }

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

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

 span { border-color: rgb(79,59,132); }

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