Html Css Color HEX #446593 Mariner

📋 copy color: '#446593'

red 68 ◦ green 101 ◦ blue 147

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

Shades of Mariner #446593

Tints of Mariner #446593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 21.52%
G = 31.96%
B = 46.52%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446593 (or 0x446593) is known color: Mariner. HEX triplet: 44, 65 and 93. RGB value is (68,101,147). Sum of RGB (Red+Green+Blue) = 68+101+147=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #446593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446593 is #BB9A6C. Grayscale: #606060. Windows color (decimal): -12294765 or 9659716. OLE color: 9659716.

HSL color Cylindrical-coordinate representation of color #446593: hue angle of 214.94º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446593 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 101 147 -
CMYK 0.54 0.31 0 0.42
HSL 214.94º 0.37% 0.42% -
HSV(B) 214.94º 0.54% 0.58% -
XYZ 12.3 12.64 29.4 -
YUV 96.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 68 101 147 0.54 0.31 0 0.42 214.94 0.37 0.42
Hex 44 65 93 36 1F 0 2A D7 25 2A
Octal 104 145 223 66 37 0 52 327 45 52
Binary 1000100 1100101 10010011 110110 11111 0 101010 11010111 100101 101010

Color Harmonies of #446593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446593

Black with #446593

Text Example


Text Example

White with #446593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446593; }

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

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

background-color css

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

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

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

border-color css

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

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

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