#407684

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

Shades of Calypso #407684

Tints of Calypso #407684

Color information

#407684 (or 0x407684) is unknown color: approx Calypso. HEX triplet: 40, 76 and 84. RGB value is (64,118,132). Sum of RGB (Red+Green+Blue) = 64+118+132=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #407684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407684 is #BF897B. Grayscale: #676767. Windows color (decimal): -12552572 or 8681024. OLE color: 8681024.

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

Color convert

RGB64118132-
CMYK0.520.1100.48
HSL192.35º34.69%38.43%-
HSV(B)192.35º51.52%51.76%-
XYZ12.7615.7124.19-
YUV103.45144.1199.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=20.38%
G=37.58%
B=42.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641181320.520.1100.48192.3534.6938.43
Hex40768434B030c02326
Octal10016620464130603004346
Binary10000001110110100001001101001011011000011000000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407684; }

 p { color: rgb(64,118,132); }

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

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

 a { background-color: rgb(64,118,132); }

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

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

 span { border-color: rgb(64,118,132); }

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