#4F3988

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

Shades of Blue Gem #4F3988

Tints of Blue Gem #4F3988

Color information

#4F3988 (or 0x4F3988) is unknown color: approx Blue Gem. HEX triplet: 4F, 39 and 88. RGB value is (79,57,136). Sum of RGB (Red+Green+Blue) = 79+57+136=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F3988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3988 is #B0C677. Grayscale: #484848. Windows color (decimal): -11585144 or 8927567. OLE color: 8927567.

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

Color convert

RGB7957136-
CMYK0.420.5800.47
HSL256.71º40.93%37.84%-
HSV(B)256.71º58.09%53.33%-
XYZ9.136.3724.04-
YUV72.58163.79132.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 136 (53.52% from 255) = 50%
R=29.04%
G=20.96%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79571360.420.5800.47256.7140.9337.84
Hex4F39882A3A02F1012926
Octal1177121052720574015146
Binary1001111111001100010001010101110100101111100000001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,136); }

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

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

 a { background-color: rgb(79,57,136); }

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

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

 span { border-color: rgb(79,57,136); }

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