#446599

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

Shades of Mariner #446599

Tints of Mariner #446599

Color information

#446599 (or 0x446599) is unknown color: approx Mariner. HEX triplet: 44, 65 and 99. RGB value is (68,101,153). Sum of RGB (Red+Green+Blue) = 68+101+153=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #446599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446599 is #BB9A66. Grayscale: #606060. Windows color (decimal): -12294759 or 10052932. OLE color: 10052932.

HSL color Cylindrical-coordinate representation of color #446599: hue angle of 216.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446599 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB68101153-
CMYK0.560.3400.4
HSL216.71º38.46%43.33%-
HSV(B)216.71º55.56%60%-
XYZ12.7912.8431.94-
YUV97.06159.57107.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=21.12%
G=31.37%
B=47.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681011530.560.3400.4216.7138.4643.33
Hex4465993822028d9262b
Octal10414523170420503314653
Binary1000100110010110011001111000100010010100011011001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446599; }

 p { color: rgb(68,101,153); }

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

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

 a { background-color: rgb(68,101,153); }

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

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

 span { border-color: rgb(68,101,153); }

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