#44619A

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

Shades of Mariner #44619A

Tints of Mariner #44619A

Color information

#44619A (or 0x44619A) is unknown color: approx Mariner. HEX triplet: 44, 61 and 9A. RGB value is (68,97,154). Sum of RGB (Red+Green+Blue) = 68+97+154=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #44619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44619A is #BB9E65. Grayscale: #5E5E5E. Windows color (decimal): -12295782 or 10117444. OLE color: 10117444.

HSL color Cylindrical-coordinate representation of color #44619A: hue angle of 219.77º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44619A is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6897154-
CMYK0.560.3700.40
HSL219.77º38.74%43.53%-
HSV(B)219.77º55.84%60.39%-
XYZ12.4912.1132.25-
YUV94.83161.39108.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=21.32%
G=30.41%
B=48.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68971540.560.3700.40219.7738.7443.53
Hex44619A3825028dc272c
Octal10414123270450503344754
Binary1000100110000110011010111000100101010100011011100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44619A; }

 p { color: rgb(68,97,154); }

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

<style>
 a { background-color: #44619A; }

 a { background-color: rgb(68,97,154); }

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

<style>
 span { border-color: #44619A; }

 span { border-color: rgb(68,97,154); }

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