#458190

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

Shades of Jelly Bean #458190

Tints of Jelly Bean #458190

Color information

#458190 (or 0x458190) is unknown color: approx Jelly Bean. HEX triplet: 45, 81 and 90. RGB value is (69,129,144). Sum of RGB (Red+Green+Blue) = 69+129+144=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #458190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458190 is #BA7E6F. Grayscale: #707070. Windows color (decimal): -12222064 or 9470277. OLE color: 9470277.

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

Color convert

RGB69129144-
CMYK0.520.1000.44
HSL192º35.21%41.76%-
HSV(B)192º52.08%56.47%-
XYZ15.3418.9829.24-
YUV112.77145.6296.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=20.18%
G=37.72%
B=42.11%

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
Decimal691291440.520.1000.4419235.2141.76
Hex45819034A02Cc0232a
Octal10520122064120543004352
Binary100010110000001100100001101001010010110011000000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458190; }

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

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

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

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

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

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

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

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