#42728D

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

Shades of Calypso #42728D

Tints of Calypso #42728D

Color information

#42728D (or 0x42728D) is unknown color: approx Calypso. HEX triplet: 42, 72 and 8D. RGB value is (66,114,141). Sum of RGB (Red+Green+Blue) = 66+114+141=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #42728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42728D is #BD8D72. Grayscale: #666666. Windows color (decimal): -12422515 or 9269826. OLE color: 9269826.

HSL color Cylindrical-coordinate representation of color #42728D: hue angle of 201.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42728D is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66114141-
CMYK0.530.1900.45
HSL201.6º36.23%40.59%-
HSV(B)201.6º53.19%55.29%-
XYZ13.0715.1227.43-
YUV102.73149.6101.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=20.56%
G=35.51%
B=43.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661141410.530.1900.45201.636.2340.59
Hex42728D351302Dca2429
Octal10216221565230553124451
Binary100001011100101000110111010110011010110111001010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42728D; }

 p { color: rgb(66,114,141); }

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

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

 a { background-color: rgb(66,114,141); }

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

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

 span { border-color: rgb(66,114,141); }

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