#45778B

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

Shades of Jelly Bean #45778B

Tints of Jelly Bean #45778B

Color information

#45778B (or 0x45778B) is unknown color: approx Jelly Bean. HEX triplet: 45, 77 and 8B. RGB value is (69,119,139). Sum of RGB (Red+Green+Blue) = 69+119+139=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #45778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45778B is #BA8874. Grayscale: #6A6A6A. Windows color (decimal): -12224629 or 9140037. OLE color: 9140037.

HSL color Cylindrical-coordinate representation of color #45778B: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45778B is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69119139-
CMYK0.500.1400.45
HSL197.14º33.65%40.78%-
HSV(B)197.14º50.36%54.51%-
XYZ13.7116.3226.85-
YUV106.33146.44101.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=21.10%
G=36.39%
B=42.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691191390.500.1400.45197.1433.6540.78
Hex45778B32E02Dc52229
Octal10516721362160553054251
Binary10001011110111100010111100101110010110111000101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,119,139); }

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

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

 a { background-color: rgb(69,119,139); }

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

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

 span { border-color: rgb(69,119,139); }

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