#44649B

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

Shades of Mariner #44649B

Tints of Mariner #44649B

Color information

#44649B (or 0x44649B) is unknown color: approx Mariner. HEX triplet: 44, 64 and 9B. RGB value is (68,100,155). Sum of RGB (Red+Green+Blue) = 68+100+155=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #44649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44649B is #BB9B64. Grayscale: #606060. Windows color (decimal): -12295013 or 10183748. OLE color: 10183748.

HSL color Cylindrical-coordinate representation of color #44649B: hue angle of 217.93º 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 #44649B is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68100155-
CMYK0.560.3500.39
HSL217.93º39.01%43.73%-
HSV(B)217.93º56.13%60.78%-
XYZ12.8612.7132.79-
YUV96.7160.9107.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=21.05%
G=30.96%
B=47.99%

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
Decimal681001550.560.3500.39217.9339.0143.73
Hex44649B3823027da272c
Octal10414423370430473324754
Binary1000100110010010011011111000100011010011111011010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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