#458290

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

Shades of Jelly Bean #458290

Tints of Jelly Bean #458290

Color information

#458290 (or 0x458290) is unknown color: approx Jelly Bean. HEX triplet: 45, 82 and 90. RGB value is (69,130,144). Sum of RGB (Red+Green+Blue) = 69+130+144=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #458290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458290 is #BA7D6F. Grayscale: #717171. Windows color (decimal): -12221808 or 9470533. OLE color: 9470533.

HSL color Cylindrical-coordinate representation of color #458290: hue angle of 191.2º 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 #458290 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69130144-
CMYK0.520.1000.44
HSL191.2º35.21%41.76%-
HSV(B)191.2º52.08%56.47%-
XYZ15.4719.2429.28-
YUV113.36145.2996.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=20.12%
G=37.90%
B=41.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691301440.520.1000.44191.235.2141.76
Hex45829034A02Cbf232a
Octal10520222064120542774352
Binary100010110000010100100001101001010010110010111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458290; }

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

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

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

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

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

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

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

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