#45718B

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

Shades of Calypso #45718B

Tints of Calypso #45718B

Color information

#45718B (or 0x45718B) is unknown color: approx Calypso. HEX triplet: 45, 71 and 8B. RGB value is (69,113,139). Sum of RGB (Red+Green+Blue) = 69+113+139=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #45718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45718B is #BA8E74. Grayscale: #666666. Windows color (decimal): -12226165 or 9138501. OLE color: 9138501.

HSL color Cylindrical-coordinate representation of color #45718B: hue angle of 202.29º degrees, saturation: 0.34, 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 #45718B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69113139-
CMYK0.500.1900.45
HSL202.29º33.65%40.78%-
HSV(B)202.29º50.36%54.51%-
XYZ13.0214.9426.62-
YUV102.81148.42103.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=21.50%
G=35.20%
B=43.30%

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
Decimal691131390.500.1900.45202.2933.6540.78
Hex45718B321302Dca2229
Octal10516121362230553124251
Binary100010111100011000101111001010011010110111001010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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