#4F328B

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

Shades of Blue Gem #4F328B

Tints of Blue Gem #4F328B

Color information

#4F328B (or 0x4F328B) is unknown color: approx Blue Gem. HEX triplet: 4F, 32 and 8B. RGB value is (79,50,139). Sum of RGB (Red+Green+Blue) = 79+50+139=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F328B is #B0CD74. Grayscale: #444444. Windows color (decimal): -11586933 or 9122383. OLE color: 9122383.

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

Color convert

RGB7950139-
CMYK0.430.6400.45
HSL259.55º47.09%37.06%-
HSV(B)259.55º64.03%54.51%-
XYZ9.035.8125.07-
YUV68.82167.61135.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 139 (54.69% from 255) = 51.87%
R=29.48%
G=18.66%
B=51.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79501390.430.6400.45259.5547.0937.06
Hex4F328B2B4002D1042f25
Octal11762213531000554045745
Binary10011111100101000101110101110000000101101100000100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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