Html Css Color HEX #457E90 Jelly Bean

📋 copy color: '#457E90'

red 69 ◦ green 126 ◦ blue 144

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

Shades of Jelly Bean #457E90

Tints of Jelly Bean #457E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 20.35%
G = 37.17%
B = 42.48%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#457E90 (or 0x457E90) is known color: Jelly Bean. HEX triplet: 45, 7E and 90. RGB value is (69,126,144). Sum of RGB (Red+Green+Blue) = 69+126+144=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #457E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E90 is #BA816F. Grayscale: #6E6E6E. Windows color (decimal): -12222832 or 9469509. OLE color: 9469509.

HSL color Cylindrical-coordinate representation of color #457E90: hue angle of 194.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457E90 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 126 144 -
CMYK 0.52 0.12 0 0.44
HSL 194.4º 0.35% 0.42% -
HSV(B) 194.4º 0.52% 0.56% -
XYZ 14.95 18.2 29.11 -
YUV 111.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 69 126 144 0.52 0.12 0 0.44 194.4 0.35 0.42
Hex 45 7E 90 34 C 0 2C C2 23 2A
Octal 105 176 220 64 14 0 54 302 43 52
Binary 1000101 1111110 10010000 110100 1100 0 101100 11000010 100011 101010

Color Harmonies of #457E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457E90

Black with #457E90

Text Example


Text Example

White with #457E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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