#407987

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

Shades of Jelly Bean #407987

Tints of Jelly Bean #407987

Color information

#407987 (or 0x407987) is unknown color: approx Jelly Bean. HEX triplet: 40, 79 and 87. RGB value is (64,121,135). Sum of RGB (Red+Green+Blue) = 64+121+135=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #407987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407987 is #BF8678. Grayscale: #696969. Windows color (decimal): -12551801 or 8878400. OLE color: 8878400.

HSL color Cylindrical-coordinate representation of color #407987: hue angle of 191.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407987 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64121135-
CMYK0.530.1000.47
HSL191.83º35.68%39.02%-
HSV(B)191.83º52.59%52.94%-
XYZ13.3216.5125.41-
YUV105.55144.6298.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=20%
G=37.81%
B=42.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641211350.530.1000.47191.8335.6839.02
Hex40798735A02Fc02427
Octal10017120765120573004447
Binary10000001111001100001111101011010010111111000000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407987; }

 p { color: rgb(64,121,135); }

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

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

 a { background-color: rgb(64,121,135); }

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

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

 span { border-color: rgb(64,121,135); }

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