#40748A

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

Shades of Calypso #40748A

Tints of Calypso #40748A

Color information

#40748A (or 0x40748A) is unknown color: approx Calypso. HEX triplet: 40, 74 and 8A. RGB value is (64,116,138). Sum of RGB (Red+Green+Blue) = 64+116+138=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #40748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40748A is #BF8B75. Grayscale: #666666. Windows color (decimal): -12553078 or 9073728. OLE color: 9073728.

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

Color convert

RGB64116138-
CMYK0.540.1600.46
HSL197.84º36.63%39.61%-
HSV(B)197.84º53.62%54.12%-
XYZ12.9515.4226.34-
YUV102.96147.77100.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=20.13%
G=36.48%
B=43.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641161380.540.1600.46197.8436.6339.61
Hex40748A361002Ec62528
Octal10016421266200563064550
Binary100000011101001000101011011010000010111011000110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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