Html Css Color HEX #446894 Mariner

📋 copy color: '#446894'

red 68 ◦ green 104 ◦ blue 148

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

Shades of Mariner #446894

Tints of Mariner #446894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 21.25%
G = 32.5%
B = 46.25%

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

#446894 (or 0x446894) is known color: Mariner. HEX triplet: 44, 68 and 94. RGB value is (68,104,148). Sum of RGB (Red+Green+Blue) = 68+104+148=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #446894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446894 is #BB976B. Grayscale: #626262. Windows color (decimal): -12293996 or 9726020. OLE color: 9726020.

HSL color Cylindrical-coordinate representation of color #446894: hue angle of 213º 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 #446894 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 104 148 -
CMYK 0.54 0.30 0 0.42
HSL 213º 0.37% 0.42% -
HSV(B) 213º 0.54% 0.58% -
XYZ 12.68 13.27 29.91 -
YUV 98.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 68 104 148 0.54 0.30 0 0.42 213 0.37 0.42
Hex 44 68 94 36 1E 0 2A D5 25 2A
Octal 104 150 224 66 36 0 52 325 45 52
Binary 1000100 1101000 10010100 110110 11110 0 101010 11010101 100101 101010

Color Harmonies of #446894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446894

Black with #446894

Text Example


Text Example

White with #446894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446894; }

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

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

background-color css

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

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

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

border-color css

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

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

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