#407093

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

Shades of Calypso #407093

Tints of Calypso #407093

Color information

#407093 (or 0x407093) is unknown color: approx Calypso. HEX triplet: 40, 70 and 93. RGB value is (64,112,147). Sum of RGB (Red+Green+Blue) = 64+112+147=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #407093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407093 is #BF8F6C. Grayscale: #656565. Windows color (decimal): -12554093 or 9662528. OLE color: 9662528.

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

Color convert

RGB64112147-
CMYK0.560.2400.42
HSL205.3º39.34%41.37%-
HSV(B)205.3º56.46%57.65%-
XYZ13.1714.7829.76-
YUV101.64153.6101.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=19.81%
G=34.67%
B=45.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641121470.560.2400.42205.339.3441.37
Hex407093381802Acd2729
Octal10016022370300523154751
Binary100000011100001001001111100011000010101011001101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407093; }

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

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

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

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

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

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

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

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