#44679C

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

Shades of Mariner #44679C

Tints of Mariner #44679C

Color information

#44679C (or 0x44679C) is unknown color: approx Mariner. HEX triplet: 44, 67 and 9C. RGB value is (68,103,156). Sum of RGB (Red+Green+Blue) = 68+103+156=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #44679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44679C is #BB9863. Grayscale: #626262. Windows color (decimal): -12294244 or 10250052. OLE color: 10250052.

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

Color convert

RGB68103156-
CMYK0.560.3400.39
HSL216.14º39.29%43.92%-
HSV(B)216.14º56.41%61.18%-
XYZ13.2313.3333.33-
YUV98.58160.4106.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=20.80%
G=31.50%
B=47.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681031560.560.3400.39216.1439.2943.92
Hex44679C3822027d8272c
Octal10414723470420473304754
Binary1000100110011110011100111000100010010011111011000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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