#41728E

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

Shades of Calypso #41728E

Tints of Calypso #41728E

Color information

#41728E (or 0x41728E) is unknown color: approx Calypso. HEX triplet: 41, 72 and 8E. RGB value is (65,114,142). Sum of RGB (Red+Green+Blue) = 65+114+142=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 114 (44.92% from 255 or 35.51% 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 #41728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41728E is #BE8D71. Grayscale: #666666. Windows color (decimal): -12488050 or 9335361. OLE color: 9335361.

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

Color convert

RGB65114142-
CMYK0.540.2000.44
HSL201.82º37.2%40.59%-
HSV(B)201.82º54.23%55.69%-
XYZ13.0815.1127.82-
YUV102.54150.27101.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=20.25%
G=35.51%
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
Decimal651141420.540.2000.44201.8237.240.59
Hex41728E361402Cca2529
Octal10116221666240543124551
Binary100000111100101000111011011010100010110011001010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,114,142); }

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

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

 a { background-color: rgb(65,114,142); }

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

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

 span { border-color: rgb(65,114,142); }

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