#457999

Color #457999 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #457999

Tints of Jelly Bean #457999

Color information

#457999 (or 0x457999) is unknown color: approx Jelly Bean. HEX triplet: 45, 79 and 99. RGB value is (69,121,153). Sum of RGB (Red+Green+Blue) = 69+121+153=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #457999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457999 is #BA8666. Grayscale: #6C6C6C. Windows color (decimal): -12224103 or 10058053. OLE color: 10058053.

HSL color Cylindrical-coordinate representation of color #457999: hue angle of 202.86º 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 #457999 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB69121153-
CMYK0.550.2100.4
HSL202.86º37.84%43.53%-
HSV(B)202.86º54.9%60%-
XYZ15.0417.2432.67-
YUV109.1152.7799.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=20.12%
G=35.28%
B=44.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691211530.550.2100.4202.8637.8443.53
Hex4579993715028cb262c
Octal10517123167250503134654
Binary100010111110011001100111011110101010100011001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457999; }

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

 H1.HeaderClassName
 {
   color: #457999;
 }
 .AnyTagClassName
 {
   color: #457999;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #457999;
 }
 .BgClassName
 {
   background-color: #457999;
 }
</style>
border-color css

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

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

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