Html Css Color HEX #457B96 Jelly Bean

📋 copy color: '#457B96'

red 69 ◦ green 123 ◦ blue 150

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

Shades of Jelly Bean #457B96

Tints of Jelly Bean #457B96

RGB

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

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

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

R = 20.18%
G = 35.96%
B = 43.86%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#457B96 (or 0x457B96) is known color: Jelly Bean. HEX triplet: 45, 7B and 96. RGB value is (69,123,150). Sum of RGB (Red+Green+Blue) = 69+123+150=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #457B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457B96 is #BA8469. Grayscale: #6D6D6D. Windows color (decimal): -12223594 or 9861957. OLE color: 9861957.

HSL color Cylindrical-coordinate representation of color #457B96: hue angle of 200º 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 #457B96 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 123 150 -
CMYK 0.54 0.18 0 0.41
HSL 200º 0.37% 0.43% -
HSV(B) 200º 0.54% 0.59% -
XYZ 15.04 17.63 31.46 -
YUV 109.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 69 123 150 0.54 0.18 0 0.41 200 0.37 0.43
Hex 45 7B 96 36 12 0 29 C8 25 2B
Octal 105 173 226 66 22 0 51 310 45 53
Binary 1000101 1111011 10010110 110110 10010 0 101001 11001000 100101 101011

Color Harmonies of #457B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457B96

Black with #457B96

Text Example


Text Example

White with #457B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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