#4F3A84

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

Shades of Blue Gem #4F3A84

Tints of Blue Gem #4F3A84

Color information

#4F3A84 (or 0x4F3A84) is unknown color: approx Blue Gem. HEX triplet: 4F, 3A and 84. RGB value is (79,58,132). Sum of RGB (Red+Green+Blue) = 79+58+132=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F3A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3A84 is #B0C57B. Grayscale: #484848. Windows color (decimal): -11584892 or 8665679. OLE color: 8665679.

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

Color convert

RGB7958132-
CMYK0.400.5600.48
HSL257.03º38.95%37.25%-
HSV(B)257.03º56.06%51.76%-
XYZ8.96.3522.59-
YUV72.72161.46132.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=29.37%
G=21.56%
B=49.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79581320.400.5600.48257.0338.9537.25
Hex4F3A8428380301012725
Octal1177220450700604014745
Binary1001111111010100001001010001110000110000100000001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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