Html Css Color HEX #446995 Mariner

📋 copy color: '#446995'

red 68 ◦ green 105 ◦ blue 149

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

Shades of Mariner #446995

Tints of Mariner #446995

RGB

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

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

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

R = 21.12%
G = 32.61%
B = 46.27%

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

#446995 (or 0x446995) is known color: Mariner. HEX triplet: 44, 69 and 95. RGB value is (68,105,149). Sum of RGB (Red+Green+Blue) = 68+105+149=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #446995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446995 is #BB966A. Grayscale: #626262. Windows color (decimal): -12293739 or 9791812. OLE color: 9791812.

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

Color convert

RGB 68 105 149 -
CMYK 0.54 0.30 0 0.42
HSL 212.59º 0.37% 0.43% -
HSV(B) 212.59º 0.54% 0.58% -
XYZ 12.86 13.5 30.36 -
YUV 98.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 68 105 149 0.54 0.30 0 0.42 212.59 0.37 0.43
Hex 44 69 95 36 1E 0 2A D5 25 2B
Octal 104 151 225 66 36 0 52 325 45 53
Binary 1000100 1101001 10010101 110110 11110 0 101010 11010101 100101 101011

Color Harmonies of #446995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446995

Black with #446995

Text Example


Text Example

White with #446995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446995; }

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

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

background-color css

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

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

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

border-color css

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

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

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