Html Css Color HEX #446392 Mariner

📋 copy color: '#446392'

red 68 ◦ green 99 ◦ blue 146

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

Shades of Mariner #446392

Tints of Mariner #446392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.65%

R = 21.73%
G = 31.63%
B = 46.65%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446392 (or 0x446392) is known color: Mariner. HEX triplet: 44, 63 and 92. RGB value is (68,99,146). Sum of RGB (Red+Green+Blue) = 68+99+146=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #446392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446392 is #BB9C6D. Grayscale: #5E5E5E. Windows color (decimal): -12295278 or 9593668. OLE color: 9593668.

HSL color Cylindrical-coordinate representation of color #446392: hue angle of 216.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446392 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 99 146 -
CMYK 0.53 0.32 0 0.43
HSL 216.15º 0.36% 0.42% -
HSV(B) 216.15º 0.53% 0.57% -
XYZ 12.03 12.23 28.92 -
YUV 95.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 68 99 146 0.53 0.32 0 0.43 216.15 0.36 0.42
Hex 44 63 92 35 20 0 2B D8 24 2A
Octal 104 143 222 65 40 0 53 330 44 52
Binary 1000100 1100011 10010010 110101 100000 0 101011 11011000 100100 101010

Color Harmonies of #446392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446392

Black with #446392

Text Example


Text Example

White with #446392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446392; }

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

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

background-color css

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

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

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

border-color css

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

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

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