#4F3C85

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

Shades of Blue Gem #4F3C85

Tints of Blue Gem #4F3C85

Color information

#4F3C85 (or 0x4F3C85) is unknown color: approx Blue Gem. HEX triplet: 4F, 3C and 85. RGB value is (79,60,133). Sum of RGB (Red+Green+Blue) = 79+60+133=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F3C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3C85 is #B0C37A. Grayscale: #494949. Windows color (decimal): -11584379 or 8731727. OLE color: 8731727.

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

Color convert

RGB7960133-
CMYK0.410.5500.48
HSL255.62º37.82%37.84%-
HSV(B)255.62º54.89%52.16%-
XYZ9.076.5922.98-
YUV74161.29131.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=29.04%
G=22.06%
B=48.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79601330.410.5500.48255.6237.8237.84
Hex4F3C8529370301002626
Octal1177420551670604004646
Binary1001111111100100001011010011101110110000100000000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,60,133); }

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

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

 a { background-color: rgb(79,60,133); }

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

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

 span { border-color: rgb(79,60,133); }

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