#4F389E

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

Shades of Blue Gem #4F389E

Tints of Blue Gem #4F389E

Color information

#4F389E (or 0x4F389E) is unknown color: approx Blue Gem. HEX triplet: 4F, 38 and 9E. RGB value is (79,56,158). Sum of RGB (Red+Green+Blue) = 79+56+158=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F389E is #B0C761. Grayscale: #4A4A4A. Windows color (decimal): -11585378 or 10369103. OLE color: 10369103.

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

Color convert

RGB7956158-
CMYK0.500.6500.38
HSL253.53º47.66%41.96%-
HSV(B)253.53º64.56%61.96%-
XYZ10.816.9633.12-
YUV74.5175.12131.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.96%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=26.96%
G=19.11%
B=53.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79561580.500.6500.38253.5347.6641.96
Hex4F389E3241026fe302a
Octal11770236621010463766052
Binary1001111111000100111101100101000001010011011111110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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