#407E9A

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

Shades of Jelly Bean #407E9A

Tints of Jelly Bean #407E9A

Color information

#407E9A (or 0x407E9A) is unknown color: approx Jelly Bean. HEX triplet: 40, 7E and 9A. RGB value is (64,126,154). Sum of RGB (Red+Green+Blue) = 64+126+154=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #407E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E9A is #BF8165. Grayscale: #6E6E6E. Windows color (decimal): -12550502 or 10124864. OLE color: 10124864.

HSL color Cylindrical-coordinate representation of color #407E9A: hue angle of 198.67º 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 #407E9A is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB64126154-
CMYK0.580.1800.40
HSL198.67º41.28%42.75%-
HSV(B)198.67º58.44%60.39%-
XYZ15.4118.3433.3-
YUV110.65152.4694.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=18.60%
G=36.63%
B=44.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641261540.580.1800.40198.6741.2842.75
Hex407E9A3A12028c7292b
Octal10017623272220503075153
Binary100000011111101001101011101010010010100011000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407E9A; }

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

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

<style>
 a { background-color: #407E9A; }

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

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

<style>
 span { border-color: #407E9A; }

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

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