#466F87

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

Shades of Calypso #466F87

Tints of Calypso #466F87

Color information

#466F87 (or 0x466F87) is unknown color: approx Calypso. HEX triplet: 46, 6F and 87. RGB value is (70,111,135). Sum of RGB (Red+Green+Blue) = 70+111+135=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #466F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F87 is #B99078. Grayscale: #656565. Windows color (decimal): -12161145 or 8875846. OLE color: 8875846.

HSL color Cylindrical-coordinate representation of color #466F87: hue angle of 202.15º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466F87 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70111135-
CMYK0.480.1800.47
HSL202.15º31.71%40.2%-
HSV(B)202.15º48.15%52.94%-
XYZ12.5814.4225.04-
YUV101.48146.92105.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=22.15%
G=35.13%
B=42.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701111350.480.1800.47202.1531.7140.2
Hex466F87301202Fca2028
Octal10615720760220573124050
Binary100011011011111000011111000010010010111111001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F87; }

 p { color: rgb(70,111,135); }

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

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

 a { background-color: rgb(70,111,135); }

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

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

 span { border-color: rgb(70,111,135); }

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