#407C8B

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

Shades of Jelly Bean #407C8B

Tints of Jelly Bean #407C8B

Color information

#407C8B (or 0x407C8B) is unknown color: approx Jelly Bean. HEX triplet: 40, 7C and 8B. RGB value is (64,124,139). Sum of RGB (Red+Green+Blue) = 64+124+139=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #407C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C8B is #BF8374. Grayscale: #6B6B6B. Windows color (decimal): -12551029 or 9141312. OLE color: 9141312.

HSL color Cylindrical-coordinate representation of color #407C8B: hue angle of 192º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #407C8B is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64124139-
CMYK0.540.1100.45
HSL192º36.95%39.8%-
HSV(B)192º53.96%54.51%-
XYZ13.9817.3727.04-
YUV107.77145.6296.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=19.57%
G=37.92%
B=42.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641241390.540.1100.4519236.9539.8
Hex407C8B36B02Dc02528
Octal10017421366130553004550
Binary10000001111100100010111101101011010110111000000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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