Html Css Color HEX #446195 Mariner

📋 copy color: '#446195'

red 68 ◦ green 97 ◦ blue 149

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

Shades of Mariner #446195

Tints of Mariner #446195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

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

R = 21.66%
G = 30.89%
B = 47.45%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446195 (or 0x446195) is known color: Mariner. HEX triplet: 44, 61 and 95. RGB value is (68,97,149). Sum of RGB (Red+Green+Blue) = 68+97+149=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #446195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446195 is #BB9E6A. Grayscale: #5E5E5E. Windows color (decimal): -12295787 or 9789764. OLE color: 9789764.

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

Color convert

RGB 68 97 149 -
CMYK 0.54 0.35 0 0.42
HSL 218.52º 0.37% 0.43% -
HSV(B) 218.52º 0.54% 0.58% -
XYZ 12.08 11.95 30.1 -
YUV 94.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 68 97 149 0.54 0.35 0 0.42 218.52 0.37 0.43
Hex 44 61 95 36 23 0 2A DB 25 2B
Octal 104 141 225 66 43 0 52 333 45 53
Binary 1000100 1100001 10010101 110110 100011 0 101010 11011011 100101 101011

Color Harmonies of #446195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446195

Black with #446195

Text Example


Text Example

White with #446195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446195; }

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

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

background-color css

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

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

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

border-color css

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

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

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