#445898

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

Shades of Mariner #445898

Tints of Mariner #445898

Color information

#445898 (or 0x445898) is unknown color: approx Mariner. HEX triplet: 44, 58 and 98. RGB value is (68,88,152). Sum of RGB (Red+Green+Blue) = 68+88+152=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #445898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445898 is #BBA767. Grayscale: #595959. Windows color (decimal): -12298088 or 9984068. OLE color: 9984068.

HSL color Cylindrical-coordinate representation of color #445898: hue angle of 225.71º 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 #445898 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6888152-
CMYK0.550.4200.40
HSL225.71º38.18%43.14%-
HSV(B)225.71º55.26%59.61%-
XYZ11.5410.4831.12-
YUV89.32163.37112.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=22.08%
G=28.57%
B=49.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68881520.550.4200.40225.7138.1843.14
Hex445898372A028e2262b
Octal10413023067520503424653
Binary1000100101100010011000110111101010010100011100010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445898; }

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

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

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

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

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

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

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

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