#44669C

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

Shades of Mariner #44669C

Tints of Mariner #44669C

Color information

#44669C (or 0x44669C) is unknown color: approx Mariner. HEX triplet: 44, 66 and 9C. RGB value is (68,102,156). Sum of RGB (Red+Green+Blue) = 68+102+156=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #44669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44669C is #BB9963. Grayscale: #616161. Windows color (decimal): -12294500 or 10249796. OLE color: 10249796.

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

Color convert

RGB68102156-
CMYK0.560.3500.39
HSL216.82º39.29%43.92%-
HSV(B)216.82º56.41%61.18%-
XYZ13.1413.1333.29-
YUV97.99160.74106.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=20.86%
G=31.29%
B=47.85%

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
Decimal681021560.560.3500.39216.8239.2943.92
Hex44669C3823027d9272c
Octal10414623470430473314754
Binary1000100110011010011100111000100011010011111011001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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