Html Css Color HEX #4E7995 Jelly Bean

📋 copy color: '#4E7995'

red 78 ◦ green 121 ◦ blue 149

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

Shades of Jelly Bean #4E7995

Tints of Jelly Bean #4E7995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 22.41%
G = 34.77%
B = 42.82%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E7995 (or 0x4E7995) is known color: Jelly Bean. HEX triplet: 4E, 79 and 95. RGB value is (78,121,149). Sum of RGB (Red+Green+Blue) = 78+121+149=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E7995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7995 is #B1866A. Grayscale: #6F6F6F. Windows color (decimal): -11634283 or 9795918. OLE color: 9795918.

HSL color Cylindrical-coordinate representation of color #4E7995: hue angle of 203.66º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E7995 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 121 149 -
CMYK 0.48 0.19 0 0.42
HSL 203.66º 0.31% 0.45% -
HSV(B) 203.66º 0.48% 0.58% -
XYZ 15.4 17.46 30.99 -
YUV 111.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 78 121 149 0.48 0.19 0 0.42 203.66 0.31 0.45
Hex 4E 79 95 30 13 0 2A CC 1F 2D
Octal 116 171 225 60 23 0 52 314 37 55
Binary 1001110 1111001 10010101 110000 10011 0 101010 11001100 11111 101101

Color Harmonies of #4E7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7995

Black with #4E7995

Text Example


Text Example

White with #4E7995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,121,149); }

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

background-color css

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

 a { background-color: rgb(78,121,149); }

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

border-color css

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

 span { border-color: rgb(78,121,149); }

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