#44669F

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

Shades of Mariner #44669F

Tints of Mariner #44669F

Color information

#44669F (or 0x44669F) is unknown color: approx Mariner. HEX triplet: 44, 66 and 9F. RGB value is (68,102,159). Sum of RGB (Red+Green+Blue) = 68+102+159=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #44669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44669F is #BB9960. Grayscale: #626262. Windows color (decimal): -12294497 or 10446404. OLE color: 10446404.

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

Color convert

RGB68102159-
CMYK0.570.3600.38
HSL217.58º40.09%44.51%-
HSV(B)217.58º57.23%62.35%-
XYZ13.3913.2334.65-
YUV98.33162.24106.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=20.67%
G=31.00%
B=48.33%

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
Decimal681021590.570.3600.38217.5840.0944.51
Hex44669F3924026da282d
Octal10414623771440463325055
Binary1000100110011010011111111001100100010011011011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44669F; }

 p { color: rgb(68,102,159); }

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

<style>
 a { background-color: #44669F; }

 a { background-color: rgb(68,102,159); }

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

<style>
 span { border-color: #44669F; }

 span { border-color: rgb(68,102,159); }

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