Html Css Color HEX #4E7794 Jelly Bean

📋 copy color: '#4E7794'

red 78 ◦ green 119 ◦ blue 148

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

Shades of Jelly Bean #4E7794

Tints of Jelly Bean #4E7794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 22.61%
G = 34.49%
B = 42.9%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E7794 (or 0x4E7794) is known color: Jelly Bean. HEX triplet: 4E, 77 and 94. RGB value is (78,119,148). Sum of RGB (Red+Green+Blue) = 78+119+148=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E7794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7794 is #B1886B. Grayscale: #6D6D6D. Windows color (decimal): -11634796 or 9729870. OLE color: 9729870.

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

Color convert

RGB 78 119 148 -
CMYK 0.47 0.20 0 0.42
HSL 204.86º 0.31% 0.44% -
HSV(B) 204.86º 0.47% 0.58% -
XYZ 15.08 16.95 30.49 -
YUV 110.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 78 119 148 0.47 0.20 0 0.42 204.86 0.31 0.44
Hex 4E 77 94 2F 14 0 2A CD 1F 2C
Octal 116 167 224 57 24 0 52 315 37 54
Binary 1001110 1110111 10010100 101111 10100 0 101010 11001101 11111 101100

Color Harmonies of #4E7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7794

Black with #4E7794

Text Example


Text Example

White with #4E7794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,119,148); }

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

background-color css

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

 a { background-color: rgb(78,119,148); }

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

border-color css

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

 span { border-color: rgb(78,119,148); }

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