Html Css Color HEX #446292 Mariner

📋 copy color: '#446292'

red 68 ◦ green 98 ◦ blue 146

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

Shades of Mariner #446292

Tints of Mariner #446292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 21.79%
G = 31.41%
B = 46.79%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446292 (or 0x446292) is known color: Mariner. HEX triplet: 44, 62 and 92. RGB value is (68,98,146). Sum of RGB (Red+Green+Blue) = 68+98+146=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #446292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446292 is #BB9D6D. Grayscale: #5E5E5E. Windows color (decimal): -12295534 or 9593412. OLE color: 9593412.

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

Color convert

RGB 68 98 146 -
CMYK 0.53 0.33 0 0.43
HSL 216.92º 0.36% 0.42% -
HSV(B) 216.92º 0.53% 0.57% -
XYZ 11.94 12.04 28.89 -
YUV 94.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 68 98 146 0.53 0.33 0 0.43 216.92 0.36 0.42
Hex 44 62 92 35 21 0 2B D9 24 2A
Octal 104 142 222 65 41 0 53 331 44 52
Binary 1000100 1100010 10010010 110101 100001 0 101011 11011001 100100 101010

Color Harmonies of #446292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446292

Black with #446292

Text Example


Text Example

White with #446292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446292; }

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

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

background-color css

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

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

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

border-color css

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

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

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