#407998

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

Shades of Jelly Bean #407998

Tints of Jelly Bean #407998

Color information

#407998 (or 0x407998) is unknown color: approx Jelly Bean. HEX triplet: 40, 79 and 98. RGB value is (64,121,152). Sum of RGB (Red+Green+Blue) = 64+121+152=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #407998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407998 is #BF8667. Grayscale: #6B6B6B. Windows color (decimal): -12551784 or 9992512. OLE color: 9992512.

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

Color convert

RGB64121152-
CMYK0.580.2000.40
HSL201.14º40.74%42.35%-
HSV(B)201.14º57.89%59.61%-
XYZ14.6217.0332.22-
YUV107.49153.1296.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=18.99%
G=35.91%
B=45.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641211520.580.2000.40201.1440.7442.35
Hex4079983A14028c9292a
Octal10017123072240503115152
Binary100000011110011001100011101010100010100011001001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407998; }

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

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

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

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

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

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

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

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