#4F3A83

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

Shades of Blue Gem #4F3A83

Tints of Blue Gem #4F3A83

Color information

#4F3A83 (or 0x4F3A83) is unknown color: approx Blue Gem. HEX triplet: 4F, 3A and 83. RGB value is (79,58,131). Sum of RGB (Red+Green+Blue) = 79+58+131=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F3A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3A83 is #B0C57C. Grayscale: #484848. Windows color (decimal): -11584893 or 8600143. OLE color: 8600143.

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

Color convert

RGB7958131-
CMYK0.400.5600.49
HSL257.26º38.62%37.06%-
HSV(B)257.26º55.73%51.37%-
XYZ8.836.3322.23-
YUV72.6160.96132.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=29.48%
G=21.64%
B=48.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79581310.400.5600.49257.2638.6237.06
Hex4F3A8328380311012725
Octal1177220350700614014745
Binary1001111111010100000111010001110000110001100000001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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