#42748A

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

Shades of Calypso #42748A

Tints of Calypso #42748A

Color information

#42748A (or 0x42748A) is unknown color: approx Calypso. HEX triplet: 42, 74 and 8A. RGB value is (66,116,138). Sum of RGB (Red+Green+Blue) = 66+116+138=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #42748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42748A is #BD8B75. Grayscale: #676767. Windows color (decimal): -12422006 or 9073730. OLE color: 9073730.

HSL color Cylindrical-coordinate representation of color #42748A: hue angle of 198.33º 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 #42748A is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB66116138-
CMYK0.520.1600.46
HSL198.33º35.29%40%-
HSV(B)198.33º52.17%54.12%-
XYZ13.0815.4826.34-
YUV103.56147.44101.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=20.62%
G=36.25%
B=43.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661161380.520.1600.46198.3335.2940
Hex42748A341002Ec62328
Octal10216421264200563064350
Binary100001011101001000101011010010000010111011000110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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