#45769C

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

Shades of Jelly Bean #45769C

Tints of Jelly Bean #45769C

Color information

#45769C (or 0x45769C) is unknown color: approx Jelly Bean. HEX triplet: 45, 76 and 9C. RGB value is (69,118,156). Sum of RGB (Red+Green+Blue) = 69+118+156=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #45769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45769C is #BA8963. Grayscale: #6B6B6B. Windows color (decimal): -12224868 or 10253893. OLE color: 10253893.

HSL color Cylindrical-coordinate representation of color #45769C: hue angle of 206.21º 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 #45769C is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB69118156-
CMYK0.560.2400.39
HSL206.21º38.67%44.12%-
HSV(B)206.21º55.77%61.18%-
XYZ14.9316.6233.87-
YUV107.68155.27100.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=20.12%
G=34.40%
B=45.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691181560.560.2400.39206.2138.6744.12
Hex45769C3818027ce272c
Octal10516623470300473164754
Binary100010111101101001110011100011000010011111001110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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