Html Css Color HEX #446999 Mariner

📋 copy color: '#446999'

red 68 ◦ green 105 ◦ blue 153

#446999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #446999

Tints of Mariner #446999

RGB

 RED value IS 68 (26.95% from 255) = 20.86%

 GREEN value IS 105 (41.41% from 255) = 32.21%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 20.86%
G = 32.21%
B = 46.93%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#446999 (or 0x446999) is known color: Mariner. HEX triplet: 44, 69 and 99. RGB value is (68,105,153). Sum of RGB (Red+Green+Blue) = 68+105+153=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #446999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446999 is #BB9666. Grayscale: #636363. Windows color (decimal): -12293735 or 10053956. OLE color: 10053956.

HSL color Cylindrical-coordinate representation of color #446999: hue angle of 213.88º 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 #446999 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 105 153 -
CMYK 0.56 0.31 0 0.4
HSL 213.88º 0.38% 0.43% -
HSV(B) 213.88º 0.56% 0.6% -
XYZ 13.19 13.63 32.07 -
YUV 99.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 68 105 153 0.56 0.31 0 0.4 213.88 0.38 0.43
Hex 44 69 99 38 1F 0 28 D6 26 2B
Octal 104 151 231 70 37 0 50 326 46 53
Binary 1000100 1101001 10011001 111000 11111 0 101000 11010110 100110 101011

Color Harmonies of #446999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446999

Black with #446999

Text Example


Text Example

White with #446999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446999; }

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

 H1.HeaderClassName
 {
   color: #446999;
 }
 .AnyTagClassName
 {
   color: #446999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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