Html Css Color HEX #457D99 Jelly Bean

📋 copy color: '#457D99'

red 69 ◦ green 125 ◦ blue 153

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

Shades of Jelly Bean #457D99

Tints of Jelly Bean #457D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 19.88%
G = 36.02%
B = 44.09%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#457D99 (or 0x457D99) is known color: Jelly Bean. HEX triplet: 45, 7D and 99. RGB value is (69,125,153). Sum of RGB (Red+Green+Blue) = 69+125+153=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #457D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D99 is #BA8266. Grayscale: #6F6F6F. Windows color (decimal): -12223079 or 10059077. OLE color: 10059077.

HSL color Cylindrical-coordinate representation of color #457D99: hue angle of 200º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457D99 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 125 153 -
CMYK 0.55 0.18 0 0.4
HSL 200º 0.38% 0.44% -
HSV(B) 200º 0.55% 0.6% -
XYZ 15.54 18.23 32.84 -
YUV 111.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 69 125 153 0.55 0.18 0 0.4 200 0.38 0.44
Hex 45 7D 99 37 12 0 28 C8 26 2C
Octal 105 175 231 67 22 0 50 310 46 54
Binary 1000101 1111101 10011001 110111 10010 0 101000 11001000 100110 101100

Color Harmonies of #457D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D99

Black with #457D99

Text Example


Text Example

White with #457D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,125,153); }

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

background-color css

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

 a { background-color: rgb(69,125,153); }

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

border-color css

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

 span { border-color: rgb(69,125,153); }

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