#407E8D

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

Shades of Jelly Bean #407E8D

Tints of Jelly Bean #407E8D

Color information

#407E8D (or 0x407E8D) is unknown color: approx Jelly Bean. HEX triplet: 40, 7E and 8D. RGB value is (64,126,141). Sum of RGB (Red+Green+Blue) = 64+126+141=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #407E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E8D is #BF8172. Grayscale: #6D6D6D. Windows color (decimal): -12550515 or 9272896. OLE color: 9272896.

HSL color Cylindrical-coordinate representation of color #407E8D: hue angle of 191.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #407E8D is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64126141-
CMYK0.550.1100.45
HSL191.69º37.56%40.2%-
HSV(B)191.69º54.61%55.29%-
XYZ14.3817.9327.9-
YUV109.17145.9695.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=19.34%
G=38.07%
B=42.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641261410.550.1100.45191.6937.5640.2
Hex407E8D37B02Dc02628
Octal10017621567130553004650
Binary10000001111110100011011101111011010110111000000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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