#45759B

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

Shades of Jelly Bean #45759B

Tints of Jelly Bean #45759B

Color information

#45759B (or 0x45759B) is unknown color: approx Jelly Bean. HEX triplet: 45, 75 and 9B. RGB value is (69,117,155). Sum of RGB (Red+Green+Blue) = 69+117+155=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #45759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45759B is #BA8A64. Grayscale: #6A6A6A. Windows color (decimal): -12225125 or 10188101. OLE color: 10188101.

HSL color Cylindrical-coordinate representation of color #45759B: hue angle of 206.51º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45759B is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69117155-
CMYK0.550.2500.39
HSL206.51º38.39%43.92%-
HSV(B)206.51º55.48%60.78%-
XYZ14.7316.3533.39-
YUV106.98155.1100.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=20.23%
G=34.31%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691171550.550.2500.39206.5138.3943.92
Hex45759B3719027cf262c
Octal10516523367310473174654
Binary100010111101011001101111011111001010011111001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45759B; }

 p { color: rgb(69,117,155); }

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

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

 a { background-color: rgb(69,117,155); }

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

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

 span { border-color: rgb(69,117,155); }

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