#45728A

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

Shades of Calypso #45728A

Tints of Calypso #45728A

Color information

#45728A (or 0x45728A) is unknown color: approx Calypso. HEX triplet: 45, 72 and 8A. RGB value is (69,114,138). Sum of RGB (Red+Green+Blue) = 69+114+138=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #45728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45728A is #BA8D75. Grayscale: #676767. Windows color (decimal): -12225910 or 9073221. OLE color: 9073221.

HSL color Cylindrical-coordinate representation of color #45728A: hue angle of 200.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45728A is Cyan = 0.5, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69114138-
CMYK0.50.1700.46
HSL200.87º33.33%40.59%-
HSV(B)200.87º50%54.12%-
XYZ13.0615.1326.28-
YUV103.28147.59103.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=21.50%
G=35.51%
B=42.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691141380.50.1700.46200.8733.3340.59
Hex45728A321102Ec92129
Octal10516221262210563114151
Binary100010111100101000101011001010001010111011001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45728A; }

 p { color: rgb(69,114,138); }

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

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

 a { background-color: rgb(69,114,138); }

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

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

 span { border-color: rgb(69,114,138); }

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