#41718D

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

Shades of Calypso #41718D

Tints of Calypso #41718D

Color information

#41718D (or 0x41718D) is unknown color: approx Calypso. HEX triplet: 41, 71 and 8D. RGB value is (65,113,141). Sum of RGB (Red+Green+Blue) = 65+113+141=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #41718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41718D is #BE8E72. Grayscale: #656565. Windows color (decimal): -12488307 or 9269569. OLE color: 9269569.

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

Color convert

RGB65113141-
CMYK0.540.2000.45
HSL202.11º36.89%40.39%-
HSV(B)202.11º53.9%55.29%-
XYZ12.8914.8627.39-
YUV101.84150.1101.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=20.38%
G=35.42%
B=44.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651131410.540.2000.45202.1136.8940.39
Hex41718D361402Dca2528
Octal10116121566240553124550
Binary100000111100011000110111011010100010110111001010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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