#44699E

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

Shades of Mariner #44699E

Tints of Mariner #44699E

Color information

#44699E (or 0x44699E) is unknown color: approx Mariner. HEX triplet: 44, 69 and 9E. RGB value is (68,105,158). Sum of RGB (Red+Green+Blue) = 68+105+158=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #44699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44699E is #BB9661. Grayscale: #636363. Windows color (decimal): -12293730 or 10381636. OLE color: 10381636.

HSL color Cylindrical-coordinate representation of color #44699E: hue angle of 215.33º 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 #44699E is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68105158-
CMYK0.570.3400.38
HSL215.33º39.82%44.31%-
HSV(B)215.33º56.96%61.96%-
XYZ13.6113.834.29-
YUV99.98160.74105.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=20.54%
G=31.72%
B=47.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681051580.570.3400.38215.3339.8244.31
Hex44699E3922026d7282c
Octal10415123671420463275054
Binary1000100110100110011110111001100010010011011010111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44699E; }

 p { color: rgb(68,105,158); }

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

<style>
 a { background-color: #44699E; }

 a { background-color: rgb(68,105,158); }

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

<style>
 span { border-color: #44699E; }

 span { border-color: rgb(68,105,158); }

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