#46718B

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

Shades of Calypso #46718B

Tints of Calypso #46718B

Color information

#46718B (or 0x46718B) is unknown color: approx Calypso. HEX triplet: 46, 71 and 8B. RGB value is (70,113,139). Sum of RGB (Red+Green+Blue) = 70+113+139=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #46718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46718B is #B98E74. Grayscale: #666666. Windows color (decimal): -12160629 or 9138502. OLE color: 9138502.

HSL color Cylindrical-coordinate representation of color #46718B: hue angle of 202.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46718B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70113139-
CMYK0.500.1900.45
HSL202.61º33.01%40.98%-
HSV(B)202.61º49.64%54.51%-
XYZ13.0914.9826.63-
YUV103.11148.25104.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=21.74%
G=35.09%
B=43.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701131390.500.1900.45202.6133.0140.98
Hex46718B321302Dcb2129
Octal10616121362230553134151
Binary100011011100011000101111001010011010110111001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46718B; }

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

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

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

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

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

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

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

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