Html Css Color HEX #446895 Mariner

📋 copy color: '#446895'

red 68 ◦ green 104 ◦ blue 149

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

Shades of Mariner #446895

Tints of Mariner #446895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

 BLUE value IS 149 (58.59% from 255) = 46.42%

R = 21.18%
G = 32.4%
B = 46.42%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446895 (or 0x446895) is known color: Mariner. HEX triplet: 44, 68 and 95. RGB value is (68,104,149). Sum of RGB (Red+Green+Blue) = 68+104+149=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #446895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446895 is #BB976A. Grayscale: #626262. Windows color (decimal): -12293995 or 9791556. OLE color: 9791556.

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

Color convert

RGB 68 104 149 -
CMYK 0.54 0.30 0 0.42
HSL 213.33º 0.37% 0.43% -
HSV(B) 213.33º 0.54% 0.58% -
XYZ 12.76 13.3 30.33 -
YUV 98.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 68 104 149 0.54 0.30 0 0.42 213.33 0.37 0.43
Hex 44 68 95 36 1E 0 2A D5 25 2B
Octal 104 150 225 66 36 0 52 325 45 53
Binary 1000100 1101000 10010101 110110 11110 0 101010 11010101 100101 101011

Color Harmonies of #446895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446895

Black with #446895

Text Example


Text Example

White with #446895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446895; }

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

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

background-color css

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

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

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

border-color css

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

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

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