#45789C

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

Shades of Jelly Bean #45789C

Tints of Jelly Bean #45789C

Color information

#45789C (or 0x45789C) is unknown color: approx Jelly Bean. HEX triplet: 45, 78 and 9C. RGB value is (69,120,156). Sum of RGB (Red+Green+Blue) = 69+120+156=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #45789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45789C is #BA8763. Grayscale: #6C6C6C. Windows color (decimal): -12224356 or 10254405. OLE color: 10254405.

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

Color convert

RGB69120156-
CMYK0.560.2300.39
HSL204.83º38.67%44.12%-
HSV(B)204.83º55.77%61.18%-
XYZ15.1717.133.95-
YUV108.85154.699.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=20%
G=34.78%
B=45.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691201560.560.2300.39204.8338.6744.12
Hex45789C3817027cd272c
Octal10517023470270473154754
Binary100010111110001001110011100010111010011111001101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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