#407C95

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

Shades of Jelly Bean #407C95

Tints of Jelly Bean #407C95

Color information

#407C95 (or 0x407C95) is unknown color: approx Jelly Bean. HEX triplet: 40, 7C and 95. RGB value is (64,124,149). Sum of RGB (Red+Green+Blue) = 64+124+149=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #407C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C95 is #BF836A. Grayscale: #6C6C6C. Windows color (decimal): -12551019 or 9796672. OLE color: 9796672.

HSL color Cylindrical-coordinate representation of color #407C95: hue angle of 197.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407C95 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64124149-
CMYK0.570.1700.42
HSL197.65º39.91%41.76%-
HSV(B)197.65º57.05%58.43%-
XYZ14.7517.6831.07-
YUV108.91150.6295.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=18.99%
G=36.80%
B=44.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641241490.570.1700.42197.6539.9141.76
Hex407C95391102Ac6282a
Octal10017422571210523065052
Binary100000011111001001010111100110001010101011000110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,124,149); }

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

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

 a { background-color: rgb(64,124,149); }

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

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

 span { border-color: rgb(64,124,149); }

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