Html Css Color HEX #457E96 Jelly Bean

📋 copy color: '#457E96'

red 69 ◦ green 126 ◦ blue 150

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

Shades of Jelly Bean #457E96

Tints of Jelly Bean #457E96

RGB

 RED value IS 69 (27.34% from 255) = 20%

 GREEN value IS 126 (49.61% from 255) = 36.52%

 BLUE value IS 150 (58.98% from 255) = 43.48%

R = 20%
G = 36.52%
B = 43.48%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#457E96 (or 0x457E96) is known color: Jelly Bean. HEX triplet: 45, 7E and 96. RGB value is (69,126,150). Sum of RGB (Red+Green+Blue) = 69+126+150=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #457E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E96 is #BA8169. Grayscale: #6F6F6F. Windows color (decimal): -12222826 or 9862725. OLE color: 9862725.

HSL color Cylindrical-coordinate representation of color #457E96: hue angle of 197.78º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #457E96 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 126 150 -
CMYK 0.54 0.16 0 0.41
HSL 197.78º 0.37% 0.43% -
HSV(B) 197.78º 0.54% 0.59% -
XYZ 15.42 18.39 31.59 -
YUV 111.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 69 126 150 0.54 0.16 0 0.41 197.78 0.37 0.43
Hex 45 7E 96 36 10 0 29 C6 25 2B
Octal 105 176 226 66 20 0 51 306 45 53
Binary 1000101 1111110 10010110 110110 10000 0 101001 11000110 100101 101011

Color Harmonies of #457E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457E96

Black with #457E96

Text Example


Text Example

White with #457E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457E96; }

 p { color: rgb(69,126,150); }

 H1.HeaderClassName
 {
   color: #457E96;
 }
 .AnyTagClassName
 {
   color: #457E96;
 }
</style>

background-color css

<style>
 a { background-color: #457E96; }

 a { background-color: rgb(69,126,150); }

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

border-color css

<style>
 span { border-color: #457E96; }

 span { border-color: rgb(69,126,150); }

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