#458090

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

Shades of Jelly Bean #458090

Tints of Jelly Bean #458090

Color information

#458090 (or 0x458090) is unknown color: approx Jelly Bean. HEX triplet: 45, 80 and 90. RGB value is (69,128,144). Sum of RGB (Red+Green+Blue) = 69+128+144=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #458090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458090 is #BA7F6F. Grayscale: #707070. Windows color (decimal): -12222320 or 9470021. OLE color: 9470021.

HSL color Cylindrical-coordinate representation of color #458090: hue angle of 192.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #458090 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69128144-
CMYK0.520.1100.44
HSL192.8º35.21%41.76%-
HSV(B)192.8º52.08%56.47%-
XYZ15.2118.7229.2-
YUV112.18145.9597.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=20.23%
G=37.54%
B=42.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691281440.520.1100.44192.835.2141.76
Hex45809034B02Cc1232a
Octal10520022064130543014352
Binary100010110000000100100001101001011010110011000001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458090; }

 p { color: rgb(69,128,144); }

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

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

 a { background-color: rgb(69,128,144); }

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

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

 span { border-color: rgb(69,128,144); }

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