#458093

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

Shades of Jelly Bean #458093

Tints of Jelly Bean #458093

Color information

#458093 (or 0x458093) is unknown color: approx Jelly Bean. HEX triplet: 45, 80 and 93. RGB value is (69,128,147). Sum of RGB (Red+Green+Blue) = 69+128+147=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #458093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458093 is #BA7F6C. Grayscale: #707070. Windows color (decimal): -12222317 or 9666629. OLE color: 9666629.

HSL color Cylindrical-coordinate representation of color #458093: hue angle of 194.62º 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 #458093 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69128147-
CMYK0.530.1300.42
HSL194.62º36.11%42.35%-
HSV(B)194.62º53.06%57.65%-
XYZ15.4418.8130.42-
YUV112.52147.4596.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.06%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=20.06%
G=37.21%
B=42.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691281470.530.1300.42194.6236.1142.35
Hex45809335D02Ac3242a
Octal10520022365150523034452
Binary100010110000000100100111101011101010101011000011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458093; }

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

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

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

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

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

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

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

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