#45748A

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

Shades of Jelly Bean #45748A

Tints of Jelly Bean #45748A

Color information

#45748A (or 0x45748A) is unknown color: approx Jelly Bean. HEX triplet: 45, 74 and 8A. RGB value is (69,116,138). Sum of RGB (Red+Green+Blue) = 69+116+138=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #45748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45748A is #BA8B75. Grayscale: #686868. Windows color (decimal): -12225398 or 9073733. OLE color: 9073733.

HSL color Cylindrical-coordinate representation of color #45748A: hue angle of 199.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45748A is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69116138-
CMYK0.50.1600.46
HSL199.13º33.33%40.59%-
HSV(B)199.13º50%54.12%-
XYZ13.2915.5926.35-
YUV104.46146.93102.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=21.36%
G=35.91%
B=42.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691161380.50.1600.46199.1333.3340.59
Hex45748A321002Ec72129
Octal10516421262200563074151
Binary100010111101001000101011001010000010111011000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45748A; }

 p { color: rgb(69,116,138); }

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

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

 a { background-color: rgb(69,116,138); }

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

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

 span { border-color: rgb(69,116,138); }

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