#457688

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

Shades of Jelly Bean #457688

Tints of Jelly Bean #457688

Color information

#457688 (or 0x457688) is unknown color: approx Jelly Bean. HEX triplet: 45, 76 and 88. RGB value is (69,118,136). Sum of RGB (Red+Green+Blue) = 69+118+136=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #457688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457688 is #BA8977. Grayscale: #696969. Windows color (decimal): -12224888 or 8943173. OLE color: 8943173.

HSL color Cylindrical-coordinate representation of color #457688: hue angle of 196.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457688 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69118136-
CMYK0.490.1300.47
HSL196.12º32.68%40.2%-
HSV(B)196.12º49.26%53.33%-
XYZ13.381625.68-
YUV105.4145.27102.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=21.36%
G=36.53%
B=42.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691181360.490.1300.47196.1232.6840.2
Hex45768831D02Fc42128
Octal10516621061150573044150
Binary10001011110110100010001100011101010111111000100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457688; }

 p { color: rgb(69,118,136); }

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

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

 a { background-color: rgb(69,118,136); }

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

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

 span { border-color: rgb(69,118,136); }

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