Html Css Color HEX #446FAE Mariner

📋 copy color: '#446FAE'

red 68 ◦ green 111 ◦ blue 174

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

Shades of Mariner #446FAE

Tints of Mariner #446FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

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

R = 19.26%
G = 31.44%
B = 49.29%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#446FAE (or 0x446FAE) is known color: Mariner. HEX triplet: 44, 6F and AE. RGB value is (68,111,174). Sum of RGB (Red+Green+Blue) = 68+111+174=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #446FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446FAE is #BB9051. Grayscale: #696969. Windows color (decimal): -12292178 or 11431748. OLE color: 11431748.

HSL color Cylindrical-coordinate representation of color #446FAE: hue angle of 215.66º 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 #446FAE is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 111 174 -
CMYK 0.61 0.36 0 0.32
HSL 215.66º 0.44% 0.47% -
HSV(B) 215.66º 0.61% 0.68% -
XYZ 15.71 15.65 42.24 -
YUV 105.33 166.75 101.38 -
System Red Green Blue C M Y K H S L
Decimal 68 111 174 0.61 0.36 0 0.32 215.66 0.44 0.47
Hex 44 6F AE 3D 24 0 20 D8 2C 2F
Octal 104 157 256 75 44 0 40 330 54 57
Binary 1000100 1101111 10101110 111101 100100 0 100000 11011000 101100 101111

Color Harmonies of #446FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FAE

Black with #446FAE

Text Example


Text Example

White with #446FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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