#407184

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

Shades of Calypso #407184

Tints of Calypso #407184

Color information

#407184 (or 0x407184) is unknown color: approx Calypso. HEX triplet: 40, 71 and 84. RGB value is (64,113,132). Sum of RGB (Red+Green+Blue) = 64+113+132=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #407184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407184 is #BF8E7B. Grayscale: #646464. Windows color (decimal): -12553852 or 8679744. OLE color: 8679744.

HSL color Cylindrical-coordinate representation of color #407184: hue angle of 196.76º 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 #407184 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64113132-
CMYK0.520.1400.48
HSL196.76º34.69%38.43%-
HSV(B)196.76º51.52%51.76%-
XYZ12.1814.5724-
YUV100.52145.77101.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=20.71%
G=36.57%
B=42.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641131320.520.1400.48196.7634.6938.43
Hex40718434E030c52326
Octal10016120464160603054346
Binary10000001110001100001001101001110011000011000101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407184; }

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

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

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

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

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

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

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

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