Html Css Color HEX #446090 Mariner

📋 copy color: '#446090'

red 68 ◦ green 96 ◦ blue 144

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

Shades of Mariner #446090

Tints of Mariner #446090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

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

R = 22.08%
G = 31.17%
B = 46.75%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#446090 (or 0x446090) is known color: Mariner. HEX triplet: 44, 60 and 90. RGB value is (68,96,144). Sum of RGB (Red+Green+Blue) = 68+96+144=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #446090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446090 is #BB9F6F. Grayscale: #5C5C5C. Windows color (decimal): -12296048 or 9461828. OLE color: 9461828.

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

Color convert

RGB 68 96 144 -
CMYK 0.53 0.33 0 0.44
HSL 217.89º 0.36% 0.42% -
HSV(B) 217.89º 0.53% 0.56% -
XYZ 11.6 11.61 28.01 -
YUV 93.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 68 96 144 0.53 0.33 0 0.44 217.89 0.36 0.42
Hex 44 60 90 35 21 0 2C DA 24 2A
Octal 104 140 220 65 41 0 54 332 44 52
Binary 1000100 1100000 10010000 110101 100001 0 101100 11011010 100100 101010

Color Harmonies of #446090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446090

Black with #446090

Text Example


Text Example

White with #446090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446090; }

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

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

background-color css

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

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

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

border-color css

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

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

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