Html Css Color HEX #446DAE Mariner

📋 copy color: '#446DAE'

red 68 ◦ green 109 ◦ blue 174

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

Shades of Mariner #446DAE

Tints of Mariner #446DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 174 (68.36% from 255) = 49.57%

R = 19.37%
G = 31.05%
B = 49.57%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#446DAE (or 0x446DAE) is known color: Mariner. HEX triplet: 44, 6D and AE. RGB value is (68,109,174). Sum of RGB (Red+Green+Blue) = 68+109+174=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #446DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446DAE is #BB9251. Grayscale: #676767. Windows color (decimal): -12292690 or 11431236. OLE color: 11431236.

HSL color Cylindrical-coordinate representation of color #446DAE: hue angle of 216.79º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446DAE is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 109 174 -
CMYK 0.61 0.37 0 0.32
HSL 216.79º 0.44% 0.47% -
HSV(B) 216.79º 0.61% 0.68% -
XYZ 15.49 15.22 42.17 -
YUV 104.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 68 109 174 0.61 0.37 0 0.32 216.79 0.44 0.47
Hex 44 6D AE 3D 25 0 20 D9 2C 2F
Octal 104 155 256 75 45 0 40 331 54 57
Binary 1000100 1101101 10101110 111101 100101 0 100000 11011001 101100 101111

Color Harmonies of #446DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DAE

Black with #446DAE

Text Example


Text Example

White with #446DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,174); }

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

background-color css

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

 a { background-color: rgb(68,109,174); }

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

border-color css

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

 span { border-color: rgb(68,109,174); }

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