#42708B

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

Shades of Calypso #42708B

Tints of Calypso #42708B

Color information

#42708B (or 0x42708B) is unknown color: approx Calypso. HEX triplet: 42, 70 and 8B. RGB value is (66,112,139). Sum of RGB (Red+Green+Blue) = 66+112+139=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #42708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42708B is #BD8F74. Grayscale: #656565. Windows color (decimal): -12423029 or 9138242. OLE color: 9138242.

HSL color Cylindrical-coordinate representation of color #42708B: hue angle of 202.19º 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 #42708B is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66112139-
CMYK0.530.1900.45
HSL202.19º35.61%40.2%-
HSV(B)202.19º52.52%54.51%-
XYZ12.714.6126.58-
YUV101.32149.26102.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=20.82%
G=35.33%
B=43.85%

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
Decimal661121390.530.1900.45202.1935.6140.2
Hex42708B351302Dca2428
Octal10216021365230553124450
Binary100001011100001000101111010110011010110111001010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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