#42738A

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

Shades of Calypso #42738A

Tints of Calypso #42738A

Color information

#42738A (or 0x42738A) is unknown color: approx Calypso. HEX triplet: 42, 73 and 8A. RGB value is (66,115,138). Sum of RGB (Red+Green+Blue) = 66+115+138=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #42738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42738A is #BD8C75. Grayscale: #666666. Windows color (decimal): -12422262 or 9073474. OLE color: 9073474.

HSL color Cylindrical-coordinate representation of color #42738A: hue angle of 199.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42738A is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB66115138-
CMYK0.520.1700.46
HSL199.17º35.29%40%-
HSV(B)199.17º52.17%54.12%-
XYZ12.9615.2526.31-
YUV102.97147.77101.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=20.69%
G=36.05%
B=43.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661151380.520.1700.46199.1735.2940
Hex42738A341102Ec72328
Octal10216321264210563074350
Binary100001011100111000101011010010001010111011000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42738A; }

 p { color: rgb(66,115,138); }

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

<style>
 a { background-color: #42738A; }

 a { background-color: rgb(66,115,138); }

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

<style>
 span { border-color: #42738A; }

 span { border-color: rgb(66,115,138); }

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