#42718E

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

Shades of Calypso #42718E

Tints of Calypso #42718E

Color information

#42718E (or 0x42718E) is unknown color: approx Calypso. HEX triplet: 42, 71 and 8E. RGB value is (66,113,142). Sum of RGB (Red+Green+Blue) = 66+113+142=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #42718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42718E is #BD8E71. Grayscale: #666666. Windows color (decimal): -12422770 or 9335106. OLE color: 9335106.

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

Color convert

RGB66113142-
CMYK0.540.2000.44
HSL202.89º36.54%40.78%-
HSV(B)202.89º53.52%55.69%-
XYZ13.0314.9227.78-
YUV102.25150.43102.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=20.56%
G=35.20%
B=44.24%

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
Decimal661131420.540.2000.44202.8936.5440.78
Hex42718E361402Ccb2529
Octal10216121666240543134551
Binary100001011100011000111011011010100010110011001011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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