#4E3685

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

Shades of Blue Gem #4E3685

Tints of Blue Gem #4E3685

Color information

#4E3685 (or 0x4E3685) is unknown color: approx Blue Gem. HEX triplet: 4E, 36 and 85. RGB value is (78,54,133). Sum of RGB (Red+Green+Blue) = 78+54+133=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E3685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3685 is #B1C97A. Grayscale: #454545. Windows color (decimal): -11651451 or 8730190. OLE color: 8730190.

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

Color convert

RGB7854133-
CMYK0.410.5900.48
HSL258.23º42.25%36.67%-
HSV(B)258.23º59.4%52.16%-
XYZ8.695.9522.88-
YUV70.18163.45133.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=29.43%
G=20.38%
B=50.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78541330.410.5900.48258.2342.2536.67
Hex4E3685293B0301022a25
Octal1166620551730604025245
Binary1001110110110100001011010011110110110000100000010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,54,133); }

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

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

 a { background-color: rgb(78,54,133); }

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

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

 span { border-color: rgb(78,54,133); }

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