Html Css Color HEX #446092 Mariner

📋 copy color: '#446092'

red 68 ◦ green 96 ◦ blue 146

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

Shades of Mariner #446092

Tints of Mariner #446092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 21.94%
G = 30.97%
B = 47.1%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446092 (or 0x446092) is known color: Mariner. HEX triplet: 44, 60 and 92. RGB value is (68,96,146). Sum of RGB (Red+Green+Blue) = 68+96+146=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #446092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446092 is #BB9F6D. Grayscale: #5D5D5D. Windows color (decimal): -12296046 or 9592900. OLE color: 9592900.

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

Color convert

RGB 68 96 146 -
CMYK 0.53 0.34 0 0.43
HSL 218.46º 0.36% 0.42% -
HSV(B) 218.46º 0.53% 0.57% -
XYZ 11.76 11.67 28.83 -
YUV 93.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 68 96 146 0.53 0.34 0 0.43 218.46 0.36 0.42
Hex 44 60 92 35 22 0 2B DA 24 2A
Octal 104 140 222 65 42 0 53 332 44 52
Binary 1000100 1100000 10010010 110101 100010 0 101011 11011010 100100 101010

Color Harmonies of #446092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446092

Black with #446092

Text Example


Text Example

White with #446092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446092; }

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

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

background-color css

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

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

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

border-color css

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

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

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