#42728B

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

Shades of Calypso #42728B

Tints of Calypso #42728B

Color information

#42728B (or 0x42728B) is unknown color: approx Calypso. HEX triplet: 42, 72 and 8B. RGB value is (66,114,139). Sum of RGB (Red+Green+Blue) = 66+114+139=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #42728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42728B is #BD8D74. Grayscale: #666666. Windows color (decimal): -12422517 or 9138754. OLE color: 9138754.

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

Color convert

RGB66114139-
CMYK0.530.1800.45
HSL200.55º35.61%40.2%-
HSV(B)200.55º52.52%54.51%-
XYZ12.9215.0626.65-
YUV102.5148.6101.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=20.69%
G=35.74%
B=43.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661141390.530.1800.45200.5535.6140.2
Hex42728B351202Dc92428
Octal10216221365220553114450
Binary100001011100101000101111010110010010110111001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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