#445A98

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

Shades of Mariner #445A98

Tints of Mariner #445A98

Color information

#445A98 (or 0x445A98) is unknown color: approx Mariner. HEX triplet: 44, 5A and 98. RGB value is (68,90,152). Sum of RGB (Red+Green+Blue) = 68+90+152=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #445A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A98 is #BBA567. Grayscale: #5A5A5A. Windows color (decimal): -12297576 or 9984580. OLE color: 9984580.

HSL color Cylindrical-coordinate representation of color #445A98: hue angle of 224.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445A98 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6890152-
CMYK0.550.4100.40
HSL224.29º38.18%43.14%-
HSV(B)224.29º55.26%59.61%-
XYZ11.7110.8131.17-
YUV90.49162.71111.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 152 (59.77% from 255) = 49.03%
R=21.94%
G=29.03%
B=49.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68901520.550.4100.40224.2938.1843.14
Hex445A983729028e0262b
Octal10413223067510503404653
Binary1000100101101010011000110111101001010100011100000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,90,152); }

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

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

 a { background-color: rgb(68,90,152); }

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

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

 span { border-color: rgb(68,90,152); }

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