Html Css Color HEX #446DAF Mariner

📋 copy color: '#446DAF'

red 68 ◦ green 109 ◦ blue 175

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

Shades of Mariner #446DAF

Tints of Mariner #446DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 19.32%
G = 30.97%
B = 49.72%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#446DAF (or 0x446DAF) is known color: Mariner. HEX triplet: 44, 6D and AF. RGB value is (68,109,175). Sum of RGB (Red+Green+Blue) = 68+109+175=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #446DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446DAF is #BB9250. Grayscale: #676767. Windows color (decimal): -12292689 or 11496772. OLE color: 11496772.

HSL color Cylindrical-coordinate representation of color #446DAF: hue angle of 217.01º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446DAF is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 109 175 -
CMYK 0.61 0.38 0 0.31
HSL 217.01º 0.44% 0.48% -
HSV(B) 217.01º 0.61% 0.69% -
XYZ 15.59 15.26 42.68 -
YUV 104.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 68 109 175 0.61 0.38 0 0.31 217.01 0.44 0.48
Hex 44 6D AF 3D 26 0 1F D9 2C 30
Octal 104 155 257 75 46 0 37 331 54 60
Binary 1000100 1101101 10101111 111101 100110 0 11111 11011001 101100 110000

Color Harmonies of #446DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DAF

Black with #446DAF

Text Example


Text Example

White with #446DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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