#42728E

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

Shades of Calypso #42728E

Tints of Calypso #42728E

Color information

#42728E (or 0x42728E) is unknown color: approx Calypso. HEX triplet: 42, 72 and 8E. RGB value is (66,114,142). Sum of RGB (Red+Green+Blue) = 66+114+142=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #42728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42728E is #BD8D71. Grayscale: #666666. Windows color (decimal): -12422514 or 9335362. OLE color: 9335362.

HSL color Cylindrical-coordinate representation of color #42728E: hue angle of 202.11º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42728E is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66114142-
CMYK0.540.2000.44
HSL202.11º36.54%40.78%-
HSV(B)202.11º53.52%55.69%-
XYZ13.1515.1527.82-
YUV102.84150.1101.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=20.50%
G=35.40%
B=44.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661141420.540.2000.44202.1136.5440.78
Hex42728E361402Cca2529
Octal10216221666240543124551
Binary100001011100101000111011011010100010110011001010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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