#467184

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

Shades of Calypso #467184

Tints of Calypso #467184

Color information

#467184 (or 0x467184) is unknown color: approx Calypso. HEX triplet: 46, 71 and 84. RGB value is (70,113,132). Sum of RGB (Red+Green+Blue) = 70+113+132=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #467184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467184 is #B98E7B. Grayscale: #666666. Windows color (decimal): -12160636 or 8679750. OLE color: 8679750.

HSL color Cylindrical-coordinate representation of color #467184: hue angle of 198.39º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467184 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB70113132-
CMYK0.470.1400.48
HSL198.39º30.69%39.61%-
HSV(B)198.39º46.97%51.76%-
XYZ12.614.7824.02-
YUV102.31144.75104.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=22.22%
G=35.87%
B=41.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701131320.470.1400.48198.3930.6939.61
Hex4671842FE030c61f28
Octal10616120457160603063750
Binary1000110111000110000100101111111001100001100011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467184; }

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

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

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

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

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

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

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

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