#42708F

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

Shades of Calypso #42708F

Tints of Calypso #42708F

Color information

#42708F (or 0x42708F) is unknown color: approx Calypso. HEX triplet: 42, 70 and 8F. RGB value is (66,112,143). Sum of RGB (Red+Green+Blue) = 66+112+143=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #42708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42708F is #BD8F70. Grayscale: #656565. Windows color (decimal): -12423025 or 9400386. OLE color: 9400386.

HSL color Cylindrical-coordinate representation of color #42708F: hue angle of 204.16º 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 #42708F is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66112143-
CMYK0.540.2200.44
HSL204.16º36.84%40.98%-
HSV(B)204.16º53.85%56.08%-
XYZ1314.7328.14-
YUV101.78151.26102.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=20.56%
G=34.89%
B=44.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661121430.540.2200.44204.1636.8440.98
Hex42708F361602Ccc2529
Octal10216021766260543144551
Binary100001011100001000111111011010110010110011001100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42708F; }

 p { color: rgb(66,112,143); }

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

<style>
 a { background-color: #42708F; }

 a { background-color: rgb(66,112,143); }

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

<style>
 span { border-color: #42708F; }

 span { border-color: rgb(66,112,143); }

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