#4F348B

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

Shades of Blue Gem #4F348B

Tints of Blue Gem #4F348B

Color information

#4F348B (or 0x4F348B) is unknown color: approx Blue Gem. HEX triplet: 4F, 34 and 8B. RGB value is (79,52,139). Sum of RGB (Red+Green+Blue) = 79+52+139=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F348B is #B0CB74. Grayscale: #454545. Windows color (decimal): -11586421 or 9122895. OLE color: 9122895.

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

Color convert

RGB7952139-
CMYK0.430.6300.45
HSL258.62º45.55%37.45%-
HSV(B)258.62º62.59%54.51%-
XYZ9.115.9825.1-
YUV69.99166.95134.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=29.26%
G=19.26%
B=51.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79521390.430.6300.45258.6245.5537.45
Hex4F348B2B3F02D1032e25
Octal1176421353770554035645
Binary1001111110100100010111010111111110101101100000011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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