#467087

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

Shades of Calypso #467087

Tints of Calypso #467087

Color information

#467087 (or 0x467087) is unknown color: approx Calypso. HEX triplet: 46, 70 and 87. RGB value is (70,112,135). Sum of RGB (Red+Green+Blue) = 70+112+135=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #467087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467087 is #B98F78. Grayscale: #656565. Windows color (decimal): -12160889 or 8876102. OLE color: 8876102.

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

Color convert

RGB70112135-
CMYK0.480.1700.47
HSL201.23º31.71%40.2%-
HSV(B)201.23º48.15%52.94%-
XYZ12.6914.6425.08-
YUV102.06146.59105.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=22.08%
G=35.33%
B=42.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701121350.480.1700.47201.2331.7140.2
Hex467087301102Fc92028
Octal10616020760210573114050
Binary100011011100001000011111000010001010111111001001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467087; }

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

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

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

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

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

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

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

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