#4E3883

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

Shades of Blue Gem #4E3883

Tints of Blue Gem #4E3883

Color information

#4E3883 (or 0x4E3883) is unknown color: approx Blue Gem. HEX triplet: 4E, 38 and 83. RGB value is (78,56,131). Sum of RGB (Red+Green+Blue) = 78+56+131=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E3883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3883 is #B1C77C. Grayscale: #464646. Windows color (decimal): -11650941 or 8599630. OLE color: 8599630.

HSL color Cylindrical-coordinate representation of color #4E3883: hue angle of 257.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E3883 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7856131-
CMYK0.400.5700.49
HSL257.6º40.11%36.67%-
HSV(B)257.6º57.25%51.37%-
XYZ8.656.0922.19-
YUV71.13161.79132.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 131 (51.56% from 255) = 49.43%
R=29.43%
G=21.13%
B=49.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78561310.400.5700.49257.640.1136.67
Hex4E388328390311022825
Octal1167020350710614025045
Binary1001110111000100000111010001110010110001100000010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,131); }

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

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

 a { background-color: rgb(78,56,131); }

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

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

 span { border-color: rgb(78,56,131); }

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