#4F409E

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

Shades of Blue Gem #4F409E

Tints of Blue Gem #4F409E

Color information

#4F409E (or 0x4F409E) is unknown color: approx Blue Gem. HEX triplet: 4F, 40 and 9E. RGB value is (79,64,158). Sum of RGB (Red+Green+Blue) = 79+64+158=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F409E is #B0BF61. Grayscale: #4E4E4E. Windows color (decimal): -11583330 or 10371151. OLE color: 10371151.

HSL color Cylindrical-coordinate representation of color #4F409E: hue angle of 249.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F409E is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7964158-
CMYK0.500.5900.38
HSL249.57º42.34%43.53%-
HSV(B)249.57º59.49%61.96%-
XYZ11.237.833.26-
YUV79.2172.47127.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=26.25%
G=21.26%
B=52.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79641580.500.5900.38249.5742.3443.53
Hex4F409E323B026fa2a2c
Octal11710023662730463725254
Binary1001111100000010011110110010111011010011011111010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,158); }

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

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

 a { background-color: rgb(79,64,158); }

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

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

 span { border-color: rgb(79,64,158); }

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