#446093

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

Shades of Mariner #446093

Tints of Mariner #446093

Color information

#446093 (or 0x446093) is unknown color: approx Mariner. HEX triplet: 44, 60 and 93. RGB value is (68,96,147). Sum of RGB (Red+Green+Blue) = 68+96+147=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #446093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446093 is #BB9F6C. Grayscale: #5D5D5D. Windows color (decimal): -12296045 or 9658436. OLE color: 9658436.

HSL color Cylindrical-coordinate representation of color #446093: hue angle of 218.73º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446093 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6896147-
CMYK0.540.3500.42
HSL218.73º36.74%42.16%-
HSV(B)218.73º53.74%57.65%-
XYZ11.8311.729.24-
YUV93.44158.22109.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=21.86%
G=30.87%
B=47.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68961470.540.3500.42218.7336.7442.16
Hex446093362302Adb252a
Octal10414022366430523334552
Binary1000100110000010010011110110100011010101011011011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446093; }

 p { color: rgb(68,96,147); }

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

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

 a { background-color: rgb(68,96,147); }

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

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

 span { border-color: rgb(68,96,147); }

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