#41728D

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

Shades of Calypso #41728D

Tints of Calypso #41728D

Color information

#41728D (or 0x41728D) is unknown color: approx Calypso. HEX triplet: 41, 72 and 8D. RGB value is (65,114,141). Sum of RGB (Red+Green+Blue) = 65+114+141=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #41728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41728D is #BE8D72. Grayscale: #666666. Windows color (decimal): -12488051 or 9269825. OLE color: 9269825.

HSL color Cylindrical-coordinate representation of color #41728D: hue angle of 201.32º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41728D is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB65114141-
CMYK0.540.1900.45
HSL201.32º36.89%40.39%-
HSV(B)201.32º53.9%55.29%-
XYZ13.0115.0827.42-
YUV102.43149.77101.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=20.31%
G=35.62%
B=44.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651141410.540.1900.45201.3236.8940.39
Hex41728D361302Dc92528
Octal10116221566230553114550
Binary100000111100101000110111011010011010110111001001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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