Html Css Color HEX #446EAA Mariner

📋 copy color: '#446EAA'

red 68 ◦ green 110 ◦ blue 170

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

Shades of Mariner #446EAA

Tints of Mariner #446EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 19.54%
G = 31.61%
B = 48.85%

CMYK

 C value IS 0.6

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#446EAA (or 0x446EAA) is known color: Mariner. HEX triplet: 44, 6E and AA. RGB value is (68,110,170). Sum of RGB (Red+Green+Blue) = 68+110+170=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #446EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EAA is #BB9155. Grayscale: #676767. Windows color (decimal): -12292438 or 11169348. OLE color: 11169348.

HSL color Cylindrical-coordinate representation of color #446EAA: hue angle of 215.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #446EAA is Cyan = 0.6, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 110 170 -
CMYK 0.6 0.35 0 0.33
HSL 215.29º 0.43% 0.47% -
HSV(B) 215.29º 0.6% 0.67% -
XYZ 15.22 15.28 40.18 -
YUV 104.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 68 110 170 0.6 0.35 0 0.33 215.29 0.43 0.47
Hex 44 6E AA 3C 23 0 21 D7 2B 2F
Octal 104 156 252 74 43 0 41 327 53 57
Binary 1000100 1101110 10101010 111100 100011 0 100001 11010111 101011 101111

Color Harmonies of #446EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EAA

Black with #446EAA

Text Example


Text Example

White with #446EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446EAA; }

 p { color: rgb(68,110,170); }

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

background-color css

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

 a { background-color: rgb(68,110,170); }

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

border-color css

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

 span { border-color: rgb(68,110,170); }

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