Html Css Color HEX #457BA0 Jelly Bean

📋 copy color: '#457BA0'

red 69 ◦ green 123 ◦ blue 160

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

Shades of Jelly Bean #457BA0

Tints of Jelly Bean #457BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.45%

R = 19.6%
G = 34.94%
B = 45.45%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#457BA0 (or 0x457BA0) is known color: Jelly Bean. HEX triplet: 45, 7B and A0. RGB value is (69,123,160). Sum of RGB (Red+Green+Blue) = 69+123+160=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #457BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BA0 is #BA845F. Grayscale: #6E6E6E. Windows color (decimal): -12223584 or 10517317. OLE color: 10517317.

HSL color Cylindrical-coordinate representation of color #457BA0: hue angle of 204.4º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #457BA0 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 69 123 160 -
CMYK 0.57 0.23 0 0.37
HSL 204.4º 0.4% 0.45% -
HSV(B) 204.4º 0.57% 0.63% -
XYZ 15.88 17.97 35.89 -
YUV 111.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 69 123 160 0.57 0.23 0 0.37 204.4 0.4 0.45
Hex 45 7B A0 39 17 0 25 CC 28 2D
Octal 105 173 240 71 27 0 45 314 50 55
Binary 1000101 1111011 10100000 111001 10111 0 100101 11001100 101000 101101

Color Harmonies of #457BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457BA0

Black with #457BA0

Text Example


Text Example

White with #457BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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