#41728A

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

Shades of Calypso #41728A

Tints of Calypso #41728A

Color information

#41728A (or 0x41728A) is unknown color: approx Calypso. HEX triplet: 41, 72 and 8A. RGB value is (65,114,138). Sum of RGB (Red+Green+Blue) = 65+114+138=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #41728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41728A is #BE8D75. Grayscale: #656565. Windows color (decimal): -12488054 or 9073217. OLE color: 9073217.

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

Color convert

RGB65114138-
CMYK0.530.1700.46
HSL199.73º35.96%39.8%-
HSV(B)199.73º52.9%54.12%-
XYZ12.7814.9926.26-
YUV102.08148.27101.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=20.50%
G=35.96%
B=43.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651141380.530.1700.46199.7335.9639.8
Hex41728A351102Ec82428
Octal10116221265210563104450
Binary100000111100101000101011010110001010111011001000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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