#407E92

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

Shades of Jelly Bean #407E92

Tints of Jelly Bean #407E92

Color information

#407E92 (or 0x407E92) is unknown color: approx Jelly Bean. HEX triplet: 40, 7E and 92. RGB value is (64,126,146). Sum of RGB (Red+Green+Blue) = 64+126+146=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #407E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E92 is #BF816D. Grayscale: #6D6D6D. Windows color (decimal): -12550510 or 9600576. OLE color: 9600576.

HSL color Cylindrical-coordinate representation of color #407E92: hue angle of 194.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407E92 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64126146-
CMYK0.560.1400.43
HSL194.63º39.05%41.18%-
HSV(B)194.63º56.16%57.25%-
XYZ14.7618.0929.91-
YUV109.74148.4695.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=19.05%
G=37.5%
B=43.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641261460.560.1400.43194.6339.0541.18
Hex407E9238E02Bc32729
Octal10017622270160533034751
Binary10000001111110100100101110001110010101111000011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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