Html Css Color HEX #446196 Mariner

📋 copy color: '#446196'

red 68 ◦ green 97 ◦ blue 150

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

Shades of Mariner #446196

Tints of Mariner #446196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 21.59%
G = 30.79%
B = 47.62%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#446196 (or 0x446196) is known color: Mariner. HEX triplet: 44, 61 and 96. RGB value is (68,97,150). Sum of RGB (Red+Green+Blue) = 68+97+150=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #446196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446196 is #BB9E69. Grayscale: #5E5E5E. Windows color (decimal): -12295786 or 9855300. OLE color: 9855300.

HSL color Cylindrical-coordinate representation of color #446196: hue angle of 218.78º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446196 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 97 150 -
CMYK 0.55 0.35 0 0.41
HSL 218.78º 0.38% 0.43% -
HSV(B) 218.78º 0.55% 0.59% -
XYZ 12.16 11.98 30.53 -
YUV 94.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 68 97 150 0.55 0.35 0 0.41 218.78 0.38 0.43
Hex 44 61 96 37 23 0 29 DB 26 2B
Octal 104 141 226 67 43 0 51 333 46 53
Binary 1000100 1100001 10010110 110111 100011 0 101001 11011011 100110 101011

Color Harmonies of #446196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446196

Black with #446196

Text Example


Text Example

White with #446196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446196; }

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

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

background-color css

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

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

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

border-color css

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

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

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