#407B9C

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

Shades of Jelly Bean #407B9C

Tints of Jelly Bean #407B9C

Color information

#407B9C (or 0x407B9C) is unknown color: approx Jelly Bean. HEX triplet: 40, 7B and 9C. RGB value is (64,123,156). Sum of RGB (Red+Green+Blue) = 64+123+156=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #407B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B9C is #BF8463. Grayscale: #6C6C6C. Windows color (decimal): -12551268 or 10255168. OLE color: 10255168.

HSL color Cylindrical-coordinate representation of color #407B9C: hue angle of 201.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #407B9C is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64123156-
CMYK0.590.2100.39
HSL201.52º41.82%43.14%-
HSV(B)201.52º58.97%61.18%-
XYZ15.217.6634.06-
YUV109.12154.4595.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=18.66%
G=35.86%
B=45.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641231560.590.2100.39201.5241.8243.14
Hex407B9C3B15027ca2a2b
Octal10017323473250473125253
Binary100000011110111001110011101110101010011111001010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,123,156); }

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

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

 a { background-color: rgb(64,123,156); }

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

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

 span { border-color: rgb(64,123,156); }

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