#458193

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

Shades of Jelly Bean #458193

Tints of Jelly Bean #458193

Color information

#458193 (or 0x458193) is unknown color: approx Jelly Bean. HEX triplet: 45, 81 and 93. RGB value is (69,129,147). Sum of RGB (Red+Green+Blue) = 69+129+147=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #458193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458193 is #BA7E6C. Grayscale: #707070. Windows color (decimal): -12222061 or 9666885. OLE color: 9666885.

HSL color Cylindrical-coordinate representation of color #458193: hue angle of 193.85º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458193 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69129147-
CMYK0.530.1200.42
HSL193.85º36.11%42.35%-
HSV(B)193.85º53.06%57.65%-
XYZ15.5719.0730.46-
YUV113.11147.1296.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=20%
G=37.39%
B=42.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691291470.530.1200.42193.8536.1142.35
Hex45819335C02Ac2242a
Octal10520122365140523024452
Binary100010110000001100100111101011100010101011000010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458193; }

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

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

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

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

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

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

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

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