Html Css Color HEX #446491 Mariner

📋 copy color: '#446491'

red 68 ◦ green 100 ◦ blue 145

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

Shades of Mariner #446491

Tints of Mariner #446491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 21.73%
G = 31.95%
B = 46.33%

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

#446491 (or 0x446491) is known color: Mariner. HEX triplet: 44, 64 and 91. RGB value is (68,100,145). Sum of RGB (Red+Green+Blue) = 68+100+145=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #446491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446491 is #BB9B6E. Grayscale: #5F5F5F. Windows color (decimal): -12295023 or 9528388. OLE color: 9528388.

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

Color convert

RGB 68 100 145 -
CMYK 0.53 0.31 0 0.43
HSL 215.06º 0.36% 0.42% -
HSV(B) 215.06º 0.53% 0.57% -
XYZ 12.05 12.39 28.54 -
YUV 95.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 68 100 145 0.53 0.31 0 0.43 215.06 0.36 0.42
Hex 44 64 91 35 1F 0 2B D7 24 2A
Octal 104 144 221 65 37 0 53 327 44 52
Binary 1000100 1100100 10010001 110101 11111 0 101011 11010111 100100 101010

Color Harmonies of #446491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446491

Black with #446491

Text Example


Text Example

White with #446491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446491; }

 p { color: rgb(68,100,145); }

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

background-color css

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

 a { background-color: rgb(68,100,145); }

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

border-color css

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

 span { border-color: rgb(68,100,145); }

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