Html Css Color HEX #446394 Mariner

📋 copy color: '#446394'

red 68 ◦ green 99 ◦ blue 148

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

Shades of Mariner #446394

Tints of Mariner #446394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

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

R = 21.59%
G = 31.43%
B = 46.98%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446394 (or 0x446394) is known color: Mariner. HEX triplet: 44, 63 and 94. RGB value is (68,99,148). Sum of RGB (Red+Green+Blue) = 68+99+148=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #446394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446394 is #BB9C6B. Grayscale: #5F5F5F. Windows color (decimal): -12295276 or 9724740. OLE color: 9724740.

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

Color convert

RGB 68 99 148 -
CMYK 0.54 0.33 0 0.42
HSL 216.75º 0.37% 0.42% -
HSV(B) 216.75º 0.54% 0.58% -
XYZ 12.19 12.29 29.75 -
YUV 95.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 68 99 148 0.54 0.33 0 0.42 216.75 0.37 0.42
Hex 44 63 94 36 21 0 2A D9 25 2A
Octal 104 143 224 66 41 0 52 331 45 52
Binary 1000100 1100011 10010100 110110 100001 0 101010 11011001 100101 101010

Color Harmonies of #446394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446394

Black with #446394

Text Example


Text Example

White with #446394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446394; }

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

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

background-color css

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

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

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

border-color css

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

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

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