#467089

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

Shades of Calypso #467089

Tints of Calypso #467089

Color information

#467089 (or 0x467089) is unknown color: approx Calypso. HEX triplet: 46, 70 and 89. RGB value is (70,112,137). Sum of RGB (Red+Green+Blue) = 70+112+137=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #467089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467089 is #B98F76. Grayscale: #666666. Windows color (decimal): -12160887 or 9007174. OLE color: 9007174.

HSL color Cylindrical-coordinate representation of color #467089: hue angle of 202.39º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467089 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70112137-
CMYK0.490.1800.46
HSL202.39º32.37%40.59%-
HSV(B)202.39º48.91%53.73%-
XYZ12.8414.725.83-
YUV102.29147.59104.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=21.94%
G=35.11%
B=42.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701121370.490.1800.46202.3932.3740.59
Hex467089311202Eca2029
Octal10616021161220563124051
Binary100011011100001000100111000110010010111011001010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467089; }

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

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

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

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

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

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

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

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