Html Css Color HEX #457B90 Jelly Bean

📋 copy color: '#457B90'

red 69 ◦ green 123 ◦ blue 144

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

Shades of Jelly Bean #457B90

Tints of Jelly Bean #457B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.61%

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

R = 20.54%
G = 36.61%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#457B90 (or 0x457B90) is known color: Jelly Bean. HEX triplet: 45, 7B and 90. RGB value is (69,123,144). Sum of RGB (Red+Green+Blue) = 69+123+144=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #457B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B90 is #BA846F. Grayscale: #6D6D6D. Windows color (decimal): -12223600 or 9468741. OLE color: 9468741.

HSL color Cylindrical-coordinate representation of color #457B90: hue angle of 196.8º 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 #457B90 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 123 144 -
CMYK 0.52 0.15 0 0.44
HSL 196.8º 0.35% 0.42% -
HSV(B) 196.8º 0.52% 0.56% -
XYZ 14.57 17.44 28.98 -
YUV 109.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 69 123 144 0.52 0.15 0 0.44 196.8 0.35 0.42
Hex 45 7B 90 34 F 0 2C C5 23 2A
Octal 105 173 220 64 17 0 54 305 43 52
Binary 1000101 1111011 10010000 110100 1111 0 101100 11000101 100011 101010

Color Harmonies of #457B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457B90

Black with #457B90

Text Example


Text Example

White with #457B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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