#4F3D90

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

Shades of Blue Gem #4F3D90

Tints of Blue Gem #4F3D90

Color information

#4F3D90 (or 0x4F3D90) is unknown color: approx Blue Gem. HEX triplet: 4F, 3D and 90. RGB value is (79,61,144). Sum of RGB (Red+Green+Blue) = 79+61+144=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F3D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3D90 is #B0C26F. Grayscale: #4B4B4B. Windows color (decimal): -11584112 or 9452879. OLE color: 9452879.

HSL color Cylindrical-coordinate representation of color #4F3D90: hue angle of 253.01º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3D90 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7961144-
CMYK0.450.5800.44
HSL253.01º40.49%40.2%-
HSV(B)253.01º57.64%56.47%-
XYZ9.937.0127.22-
YUV75.84166.46130.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=27.82%
G=21.48%
B=50.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79611440.450.5800.44253.0140.4940.2
Hex4F3D902D3A02Cfd2828
Octal1177522055720543755050
Binary100111111110110010000101101111010010110011111101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,61,144); }

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

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

 a { background-color: rgb(79,61,144); }

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

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

 span { border-color: rgb(79,61,144); }

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