#4F389D

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

Shades of Blue Gem #4F389D

Tints of Blue Gem #4F389D

Color information

#4F389D (or 0x4F389D) is unknown color: approx Blue Gem. HEX triplet: 4F, 38 and 9D. RGB value is (79,56,157). Sum of RGB (Red+Green+Blue) = 79+56+157=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F389D is #B0C762. Grayscale: #4A4A4A. Windows color (decimal): -11585379 or 10303567. OLE color: 10303567.

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

Color convert

RGB7956157-
CMYK0.500.6400.38
HSL253.66º47.42%41.76%-
HSV(B)253.66º64.33%61.57%-
XYZ10.726.9232.67-
YUV74.39174.62131.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=27.05%
G=19.18%
B=53.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79561570.500.6400.38253.6647.4241.76
Hex4F389D3240026fe2f2a
Octal11770235621000463765752
Binary1001111111000100111011100101000000010011011111110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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