#407985

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

Shades of Jelly Bean #407985

Tints of Jelly Bean #407985

Color information

#407985 (or 0x407985) is unknown color: approx Jelly Bean. HEX triplet: 40, 79 and 85. RGB value is (64,121,133). Sum of RGB (Red+Green+Blue) = 64+121+133=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #407985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407985 is #BF867A. Grayscale: #696969. Windows color (decimal): -12551803 or 8747328. OLE color: 8747328.

HSL color Cylindrical-coordinate representation of color #407985: hue angle of 190.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407985 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64121133-
CMYK0.520.0900.48
HSL190.43º35.03%38.63%-
HSV(B)190.43º51.88%52.16%-
XYZ13.1916.4624.67-
YUV105.32143.6298.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=20.13%
G=38.05%
B=41.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641211330.520.0900.48190.4335.0338.63
Hex407985349030be2327
Octal10017120564110602764347
Binary10000001111001100001011101001001011000010111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407985; }

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

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

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

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

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

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

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

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