Html Css Color HEX #446595 Mariner

📋 copy color: '#446595'

red 68 ◦ green 101 ◦ blue 149

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

Shades of Mariner #446595

Tints of Mariner #446595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 21.38%
G = 31.76%
B = 46.86%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#446595 (or 0x446595) is known color: Mariner. HEX triplet: 44, 65 and 95. RGB value is (68,101,149). Sum of RGB (Red+Green+Blue) = 68+101+149=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #446595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446595 is #BB9A6A. Grayscale: #606060. Windows color (decimal): -12294763 or 9790788. OLE color: 9790788.

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

Color convert

RGB 68 101 149 -
CMYK 0.54 0.32 0 0.42
HSL 215.56º 0.37% 0.43% -
HSV(B) 215.56º 0.54% 0.58% -
XYZ 12.46 12.71 30.23 -
YUV 96.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 68 101 149 0.54 0.32 0 0.42 215.56 0.37 0.43
Hex 44 65 95 36 20 0 2A D8 25 2B
Octal 104 145 225 66 40 0 52 330 45 53
Binary 1000100 1100101 10010101 110110 100000 0 101010 11011000 100101 101011

Color Harmonies of #446595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446595

Black with #446595

Text Example


Text Example

White with #446595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446595; }

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

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

background-color css

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

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

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

border-color css

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

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

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