#407893

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

Shades of Jelly Bean #407893

Tints of Jelly Bean #407893

Color information

#407893 (or 0x407893) is unknown color: approx Jelly Bean. HEX triplet: 40, 78 and 93. RGB value is (64,120,147). Sum of RGB (Red+Green+Blue) = 64+120+147=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #407893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407893 is #BF876C. Grayscale: #6A6A6A. Windows color (decimal): -12552045 or 9664576. OLE color: 9664576.

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

Color convert

RGB64120147-
CMYK0.560.1800.42
HSL199.52º39.34%41.37%-
HSV(B)199.52º56.46%57.65%-
XYZ14.116.6330.07-
YUV106.33150.9597.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=19.34%
G=36.25%
B=44.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641201470.560.1800.42199.5239.3441.37
Hex407893381202Ac82729
Octal10017022370220523104751
Binary100000011110001001001111100010010010101011001000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407893; }

 p { color: rgb(64,120,147); }

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

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

 a { background-color: rgb(64,120,147); }

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

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

 span { border-color: rgb(64,120,147); }

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