Html Css Color HEX #446390 Mariner

📋 copy color: '#446390'

red 68 ◦ green 99 ◦ blue 144

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

Shades of Mariner #446390

Tints of Mariner #446390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 21.86%
G = 31.83%
B = 46.3%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#446390 (or 0x446390) is known color: Mariner. HEX triplet: 44, 63 and 90. RGB value is (68,99,144). Sum of RGB (Red+Green+Blue) = 68+99+144=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #446390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446390 is #BB9C6F. Grayscale: #5E5E5E. Windows color (decimal): -12295280 or 9462596. OLE color: 9462596.

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

Color convert

RGB 68 99 144 -
CMYK 0.53 0.31 0 0.44
HSL 215.53º 0.36% 0.42% -
HSV(B) 215.53º 0.53% 0.56% -
XYZ 11.88 12.17 28.11 -
YUV 94.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 68 99 144 0.53 0.31 0 0.44 215.53 0.36 0.42
Hex 44 63 90 35 1F 0 2C D8 24 2A
Octal 104 143 220 65 37 0 54 330 44 52
Binary 1000100 1100011 10010000 110101 11111 0 101100 11011000 100100 101010

Color Harmonies of #446390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446390

Black with #446390

Text Example


Text Example

White with #446390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446390; }

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

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

background-color css

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

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

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

border-color css

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

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

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