#446098

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

Shades of Mariner #446098

Tints of Mariner #446098

Color information

#446098 (or 0x446098) is unknown color: approx Mariner. HEX triplet: 44, 60 and 98. RGB value is (68,96,152). Sum of RGB (Red+Green+Blue) = 68+96+152=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #446098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446098 is #BB9F67. Grayscale: #5D5D5D. Windows color (decimal): -12296040 or 9986116. OLE color: 9986116.

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

Color convert

RGB6896152-
CMYK0.550.3700.40
HSL220º38.18%43.14%-
HSV(B)220º55.26%59.61%-
XYZ12.2311.8631.35-
YUV94.01160.72109.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=21.52%
G=30.38%
B=48.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68961520.550.3700.4022038.1843.14
Hex4460983725028dc262b
Octal10414023067450503344653
Binary1000100110000010011000110111100101010100011011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446098; }

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

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

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

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

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

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

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

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