#445E9A

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

Shades of Mariner #445E9A

Tints of Mariner #445E9A

Color information

#445E9A (or 0x445E9A) is unknown color: approx Mariner. HEX triplet: 44, 5E and 9A. RGB value is (68,94,154). Sum of RGB (Red+Green+Blue) = 68+94+154=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #445E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E9A is #BBA165. Grayscale: #5C5C5C. Windows color (decimal): -12296550 or 10116676. OLE color: 10116676.

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

Color convert

RGB6894154-
CMYK0.560.3900.40
HSL221.86º38.74%43.53%-
HSV(B)221.86º55.84%60.39%-
XYZ12.2211.5732.16-
YUV93.07162.39110.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=21.52%
G=29.75%
B=48.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68941540.560.3900.40221.8638.7443.53
Hex445E9A3827028de272c
Octal10413623270470503364754
Binary1000100101111010011010111000100111010100011011110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445E9A; }

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

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

<style>
 a { background-color: #445E9A; }

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

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

<style>
 span { border-color: #445E9A; }

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

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