#407484

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

Shades of Calypso #407484

Tints of Calypso #407484

Color information

#407484 (or 0x407484) is unknown color: approx Calypso. HEX triplet: 40, 74 and 84. RGB value is (64,116,132). Sum of RGB (Red+Green+Blue) = 64+116+132=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #407484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407484 is #BF8B7B. Grayscale: #666666. Windows color (decimal): -12553084 or 8680512. OLE color: 8680512.

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

Color convert

RGB64116132-
CMYK0.520.1200.48
HSL194.12º34.69%38.43%-
HSV(B)194.12º51.52%51.76%-
XYZ12.5215.2524.11-
YUV102.28144.77100.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=20.51%
G=37.18%
B=42.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641161320.520.1200.48194.1234.6938.43
Hex40748434C030c22326
Octal10016420464140603024346
Binary10000001110100100001001101001100011000011000010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407484; }

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

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

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

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

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

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

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

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