Html Css Color HEX #446592 Mariner

📋 copy color: '#446592'

red 68 ◦ green 101 ◦ blue 146

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

Shades of Mariner #446592

Tints of Mariner #446592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

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

R = 21.59%
G = 32.06%
B = 46.35%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#446592 (or 0x446592) is known color: Mariner. HEX triplet: 44, 65 and 92. RGB value is (68,101,146). Sum of RGB (Red+Green+Blue) = 68+101+146=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #446592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446592 is #BB9A6D. Grayscale: #606060. Windows color (decimal): -12294766 or 9594180. OLE color: 9594180.

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

Color convert

RGB 68 101 146 -
CMYK 0.53 0.31 0 0.43
HSL 214.62º 0.36% 0.42% -
HSV(B) 214.62º 0.53% 0.57% -
XYZ 12.23 12.61 28.98 -
YUV 96.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 68 101 146 0.53 0.31 0 0.43 214.62 0.36 0.42
Hex 44 65 92 35 1F 0 2B D7 24 2A
Octal 104 145 222 65 37 0 53 327 44 52
Binary 1000100 1100101 10010010 110101 11111 0 101011 11010111 100100 101010

Color Harmonies of #446592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446592

Black with #446592

Text Example


Text Example

White with #446592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446592; }

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

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

background-color css

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

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

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

border-color css

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

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

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