#45789D

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

Shades of Jelly Bean #45789D

Tints of Jelly Bean #45789D

Color information

#45789D (or 0x45789D) is unknown color: approx Jelly Bean. HEX triplet: 45, 78 and 9D. RGB value is (69,120,157). Sum of RGB (Red+Green+Blue) = 69+120+157=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #45789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45789D is #BA8762. Grayscale: #6C6C6C. Windows color (decimal): -12224355 or 10319941. OLE color: 10319941.

HSL color Cylindrical-coordinate representation of color #45789D: hue angle of 205.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45789D is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69120157-
CMYK0.560.2400.38
HSL205.23º38.94%44.31%-
HSV(B)205.23º56.05%61.57%-
XYZ15.2617.1334.4-
YUV108.97155.199.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=19.94%
G=34.68%
B=45.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691201570.560.2400.38205.2338.9444.31
Hex45789D3818026cd272c
Octal10517023570300463154754
Binary100010111110001001110111100011000010011011001101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45789D; }

 p { color: rgb(69,120,157); }

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

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

 a { background-color: rgb(69,120,157); }

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

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

 span { border-color: rgb(69,120,157); }

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