#41738b

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

Shades of Calypso #41738B

Tints of Calypso #41738B

Color information

#41738B (or 0x41738B) is unknown color: approx Calypso. HEX triplet: 41, 73 and 8B. RGB value is (65,115,139). Sum of RGB (Red+Green+Blue) = 65+115+139=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #41738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41738B is #BE8C74. Grayscale: #666666. Windows color (decimal): -12487797 or 9139009. OLE color: 9139009.

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

Color convert

RGB65115139-
CMYK0.530.1700.45
HSL199.46º36.27%40%-
HSV(B)199.46º53.24%54.51%-
XYZ12.9715.2526.69-
YUV102.79148.44101.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=20.38%
G=36.05%
B=43.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651151390.530.1700.45199.4636.2740
Hex41738B351102Dc72428
Octal10116321365210553074450
Binary100000111100111000101111010110001010110111000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41738b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41738b; }

 p { color: rgb(65,115,139); }

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

<style>
 a { background-color: #41738b; }

 a { background-color: rgb(65,115,139); }

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

<style>
 span { border-color: #41738b; }

 span { border-color: rgb(65,115,139); }

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