#44659B

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

Shades of Mariner #44659B

Tints of Mariner #44659B

Color information

#44659B (or 0x44659B) is unknown color: approx Mariner. HEX triplet: 44, 65 and 9B. RGB value is (68,101,155). Sum of RGB (Red+Green+Blue) = 68+101+155=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #44659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44659B is #BB9A64. Grayscale: #616161. Windows color (decimal): -12294757 or 10184004. OLE color: 10184004.

HSL color Cylindrical-coordinate representation of color #44659B: hue angle of 217.24º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44659B is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68101155-
CMYK0.560.3500.39
HSL217.24º39.01%43.73%-
HSV(B)217.24º56.13%60.78%-
XYZ12.9512.932.82-
YUV97.29160.57107.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=20.99%
G=31.17%
B=47.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681011550.560.3500.39217.2439.0143.73
Hex44659B3823027d9272c
Octal10414523370430473314754
Binary1000100110010110011011111000100011010011111011001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44659B; }

 p { color: rgb(68,101,155); }

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

<style>
 a { background-color: #44659B; }

 a { background-color: rgb(68,101,155); }

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

<style>
 span { border-color: #44659B; }

 span { border-color: rgb(68,101,155); }

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