#4F3887

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

Shades of Blue Gem #4F3887

Tints of Blue Gem #4F3887

Color information

#4F3887 (or 0x4F3887) is unknown color: approx Blue Gem. HEX triplet: 4F, 38 and 87. RGB value is (79,56,135). Sum of RGB (Red+Green+Blue) = 79+56+135=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F3887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3887 is #B0C778. Grayscale: #474747. Windows color (decimal): -11585401 or 8861775. OLE color: 8861775.

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

Color convert

RGB7956135-
CMYK0.410.5900.47
HSL257.47º41.36%37.45%-
HSV(B)257.47º58.52%52.94%-
XYZ9.016.2423.65-
YUV71.88163.62133.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 135 (53.12% from 255) = 50%
R=29.26%
G=20.74%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79561350.410.5900.47257.4741.3637.45
Hex4F3887293B02F1012925
Octal1177020751730574015145
Binary1001111111000100001111010011110110101111100000001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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