#44669E

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

Shades of Mariner #44669E

Tints of Mariner #44669E

Color information

#44669E (or 0x44669E) is unknown color: approx Mariner. HEX triplet: 44, 66 and 9E. RGB value is (68,102,158). Sum of RGB (Red+Green+Blue) = 68+102+158=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #44669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44669E is #BB9961. Grayscale: #616161. Windows color (decimal): -12294498 or 10380868. OLE color: 10380868.

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

Color convert

RGB68102158-
CMYK0.570.3500.38
HSL217.33º39.82%44.31%-
HSV(B)217.33º56.96%61.96%-
XYZ13.3113.234.19-
YUV98.22161.74106.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=20.73%
G=31.10%
B=48.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681021580.570.3500.38217.3339.8244.31
Hex44669E3923026d9282c
Octal10414623671430463315054
Binary1000100110011010011110111001100011010011011011001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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