#44649D

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

Shades of Mariner #44649D

Tints of Mariner #44649D

Color information

#44649D (or 0x44649D) is unknown color: approx Mariner. HEX triplet: 44, 64 and 9D. RGB value is (68,100,157). Sum of RGB (Red+Green+Blue) = 68+100+157=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #44649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44649D is #BB9B62. Grayscale: #606060. Windows color (decimal): -12295011 or 10314820. OLE color: 10314820.

HSL color Cylindrical-coordinate representation of color #44649D: hue angle of 218.43º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44649D is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68100157-
CMYK0.570.3600.38
HSL218.43º39.56%44.12%-
HSV(B)218.43º56.69%61.57%-
XYZ13.0312.7833.68-
YUV96.93161.9107.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=20.92%
G=30.77%
B=48.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681001570.570.3600.38218.4339.5644.12
Hex44649D3924026da282c
Octal10414423571440463325054
Binary1000100110010010011101111001100100010011011011010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,100,157); }

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

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

 a { background-color: rgb(68,100,157); }

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

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

 span { border-color: rgb(68,100,157); }

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