#457788

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

Shades of Jelly Bean #457788

Tints of Jelly Bean #457788

Color information

#457788 (or 0x457788) is unknown color: approx Jelly Bean. HEX triplet: 45, 77 and 88. RGB value is (69,119,136). Sum of RGB (Red+Green+Blue) = 69+119+136=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #457788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457788 is #BA8877. Grayscale: #696969. Windows color (decimal): -12224632 or 8943429. OLE color: 8943429.

HSL color Cylindrical-coordinate representation of color #457788: hue angle of 195.22º 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 #457788 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69119136-
CMYK0.490.1200.47
HSL195.22º32.68%40.2%-
HSV(B)195.22º49.26%53.33%-
XYZ13.516.2425.72-
YUV105.99144.94101.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=21.30%
G=36.73%
B=41.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691191360.490.1200.47195.2232.6840.2
Hex45778831C02Fc32128
Octal10516721061140573034150
Binary10001011110111100010001100011100010111111000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457788; }

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

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

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

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

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

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

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

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