#407193

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

Shades of Calypso #407193

Tints of Calypso #407193

Color information

#407193 (or 0x407193) is unknown color: approx Calypso. HEX triplet: 40, 71 and 93. RGB value is (64,113,147). Sum of RGB (Red+Green+Blue) = 64+113+147=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #407193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407193 is #BF8E6C. Grayscale: #666666. Windows color (decimal): -12553837 or 9662784. OLE color: 9662784.

HSL color Cylindrical-coordinate representation of color #407193: hue angle of 204.58º 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 #407193 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64113147-
CMYK0.560.2300.42
HSL204.58º39.34%41.37%-
HSV(B)204.58º56.46%57.65%-
XYZ13.2915.0129.8-
YUV102.22153.27100.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=19.75%
G=34.88%
B=45.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641131470.560.2300.42204.5839.3441.37
Hex407193381702Acd2729
Octal10016122370270523154751
Binary100000011100011001001111100010111010101011001101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407193; }

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

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

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

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

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

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

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

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