Html Css Color HEX #4E3D88 Blue Gem

📋 copy color: '#4E3D88'

red 78 ◦ green 61 ◦ blue 136

#4E3D88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4E3D88

Tints of Blue Gem #4E3D88

RGB

 RED value IS 78 (30.86% from 255) = 28.36%

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 28.36%
G = 22.18%
B = 49.45%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4E3D88 (or 0x4E3D88) is known color: Blue Gem. HEX triplet: 4E, 3D and 88. RGB value is (78,61,136). Sum of RGB (Red+Green+Blue) = 78+61+136=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E3D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3D88 is #B1C277. Grayscale: #4A4A4A. Windows color (decimal): -11649656 or 8928590. OLE color: 8928590.

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

Color convert

RGB 78 61 136 -
CMYK 0.43 0.55 0 0.47
HSL 253.6º 0.38% 0.39% -
HSV(B) 253.6º 0.55% 0.53% -
XYZ 9.25 6.73 24.1 -
YUV 74.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 78 61 136 0.43 0.55 0 0.47 253.6 0.38 0.39
Hex 4E 3D 88 2B 37 0 2F FE 26 27
Octal 116 75 210 53 67 0 57 376 46 47
Binary 1001110 111101 10001000 101011 110111 0 101111 11111110 100110 100111

Color Harmonies of #4E3D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3D88

Black with #4E3D88

Text Example


Text Example

White with #4E3D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,61,136); }

 H1.HeaderClassName
 {
   color: #4E3D88;
 }
 .AnyTagClassName
 {
   color: #4E3D88;
 }
</style>

background-color css

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

 a { background-color: rgb(78,61,136); }

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

border-color css

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

 span { border-color: rgb(78,61,136); }

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