Html Css Color HEX #4E7895 Jelly Bean

📋 copy color: '#4E7895'

red 78 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #4E7895

Tints of Jelly Bean #4E7895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 22.48%
G = 34.58%
B = 42.94%

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

#4E7895 (or 0x4E7895) is known color: Jelly Bean. HEX triplet: 4E, 78 and 95. RGB value is (78,120,149). Sum of RGB (Red+Green+Blue) = 78+120+149=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E7895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7895 is #B1876A. Grayscale: #6E6E6E. Windows color (decimal): -11634539 or 9795662. OLE color: 9795662.

HSL color Cylindrical-coordinate representation of color #4E7895: hue angle of 204.51º 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 #4E7895 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 120 149 -
CMYK 0.48 0.19 0 0.42
HSL 204.51º 0.31% 0.45% -
HSV(B) 204.51º 0.48% 0.58% -
XYZ 15.28 17.22 30.95 -
YUV 110.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 78 120 149 0.48 0.19 0 0.42 204.51 0.31 0.45
Hex 4E 78 95 30 13 0 2A CD 1F 2D
Octal 116 170 225 60 23 0 52 315 37 55
Binary 1001110 1111000 10010101 110000 10011 0 101010 11001101 11111 101101

Color Harmonies of #4E7895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7895

Black with #4E7895

Text Example


Text Example

White with #4E7895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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