#4F418B

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

Shades of Blue Gem #4F418B

Tints of Blue Gem #4F418B

Color information

#4F418B (or 0x4F418B) is unknown color: approx Blue Gem. HEX triplet: 4F, 41 and 8B. RGB value is (79,65,139). Sum of RGB (Red+Green+Blue) = 79+65+139=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F418B is #B0BE74. Grayscale: #4D4D4D. Windows color (decimal): -11583093 or 9126223. OLE color: 9126223.

HSL color Cylindrical-coordinate representation of color #4F418B: hue angle of 251.35º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F418B is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7965139-
CMYK0.430.5300.45
HSL251.35º36.27%40%-
HSV(B)251.35º53.24%54.51%-
XYZ9.777.3125.32-
YUV77.62162.64128.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=27.92%
G=22.97%
B=49.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79651390.430.5300.45251.3536.2740
Hex4F418B2B3502Dfb2428
Octal11710121353650553734450
Binary1001111100000110001011101011110101010110111111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,139); }

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

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

 a { background-color: rgb(79,65,139); }

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

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

 span { border-color: rgb(79,65,139); }

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