#4F4399

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

Shades of Blue Gem #4F4399

Tints of Blue Gem #4F4399

Color information

#4F4399 (or 0x4F4399) is unknown color: approx Blue Gem. HEX triplet: 4F, 43 and 99. RGB value is (79,67,153). Sum of RGB (Red+Green+Blue) = 79+67+153=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F4399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4399 is #B0BC66. Grayscale: #505050. Windows color (decimal): -11582567 or 10044239. OLE color: 10044239.

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

Color convert

RGB7967153-
CMYK0.480.5600.4
HSL248.37º39.09%43.14%-
HSV(B)248.37º56.21%60%-
XYZ10.987.9831.1-
YUV80.39168.98127.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=26.42%
G=22.41%
B=51.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal79671530.480.5600.4248.3739.0943.14
Hex4F43993038028f8272b
Octal11710323160700503704753
Binary1001111100001110011001110000111000010100011111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,67,153); }

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

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

 a { background-color: rgb(79,67,153); }

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

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

 span { border-color: rgb(79,67,153); }

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