#40769A

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

Shades of Jelly Bean #40769A

Tints of Jelly Bean #40769A

Color information

#40769A (or 0x40769A) is unknown color: approx Jelly Bean. HEX triplet: 40, 76 and 9A. RGB value is (64,118,154). Sum of RGB (Red+Green+Blue) = 64+118+154=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #40769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40769A is #BF8965. Grayscale: #696969. Windows color (decimal): -12552550 or 10122816. OLE color: 10122816.

HSL color Cylindrical-coordinate representation of color #40769A: hue angle of 204º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40769A is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB64118154-
CMYK0.580.2300.40
HSL204º41.28%42.75%-
HSV(B)204º58.44%60.39%-
XYZ14.4316.3832.97-
YUV105.96155.1198.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=19.05%
G=35.12%
B=45.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641181540.580.2300.4020441.2842.75
Hex40769A3A17028cc292b
Octal10016623272270503145153
Binary100000011101101001101011101010111010100011001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40769A; }

 p { color: rgb(64,118,154); }

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

<style>
 a { background-color: #40769A; }

 a { background-color: rgb(64,118,154); }

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

<style>
 span { border-color: #40769A; }

 span { border-color: rgb(64,118,154); }

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