#445CA9

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

Shades of Mariner #445CA9

Tints of Mariner #445CA9

Color information

#445CA9 (or 0x445CA9) is unknown color: approx Mariner. HEX triplet: 44, 5C and A9. RGB value is (68,92,169). Sum of RGB (Red+Green+Blue) = 68+92+169=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #445CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445CA9 is #BBA356. Grayscale: #5D5D5D. Windows color (decimal): -12297047 or 11099204. OLE color: 11099204.

HSL color Cylindrical-coordinate representation of color #445CA9: hue angle of 225.74º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445CA9 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6892169-
CMYK0.600.4600.34
HSL225.74º42.62%46.47%-
HSV(B)225.74º59.76%66.27%-
XYZ13.3711.7539.1-
YUV93.6170.55109.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 169 (66.41% from 255) = 51.37%
R=20.67%
G=27.96%
B=51.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal68921690.600.4600.34225.7442.6246.47
Hex445CA93C2E022e22b2e
Octal10413425174560423425356
Binary1000100101110010101001111100101110010001011100010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,92,169); }

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

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

 a { background-color: rgb(68,92,169); }

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

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

 span { border-color: rgb(68,92,169); }

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