#446898

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

Shades of Mariner #446898

Tints of Mariner #446898

Color information

#446898 (or 0x446898) is unknown color: approx Mariner. HEX triplet: 44, 68 and 98. RGB value is (68,104,152). Sum of RGB (Red+Green+Blue) = 68+104+152=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #446898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446898 is #BB9767. Grayscale: #626262. Windows color (decimal): -12293992 or 9988164. OLE color: 9988164.

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

Color convert

RGB68104152-
CMYK0.550.3200.40
HSL214.29º38.18%43.14%-
HSV(B)214.29º55.26%59.61%-
XYZ1313.431.61-
YUV98.71158.07106.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=20.99%
G=32.10%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681041520.550.3200.40214.2938.1843.14
Hex4468983720028d6262b
Octal10415023067400503264653
Binary1000100110100010011000110111100000010100011010110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446898; }

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

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

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

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

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

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

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

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