Html Css Color HEX #446FAC Mariner

📋 copy color: '#446FAC'

red 68 ◦ green 111 ◦ blue 172

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

Shades of Mariner #446FAC

Tints of Mariner #446FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 19.37%
G = 31.62%
B = 49%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#446FAC (or 0x446FAC) is known color: Mariner. HEX triplet: 44, 6F and AC. RGB value is (68,111,172). Sum of RGB (Red+Green+Blue) = 68+111+172=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #446FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446FAC is #BB9053. Grayscale: #686868. Windows color (decimal): -12292180 or 11300676. OLE color: 11300676.

HSL color Cylindrical-coordinate representation of color #446FAC: hue angle of 215.19º 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 #446FAC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 111 172 -
CMYK 0.60 0.35 0 0.33
HSL 215.19º 0.43% 0.47% -
HSV(B) 215.19º 0.6% 0.67% -
XYZ 15.51 15.58 41.22 -
YUV 105.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 68 111 172 0.60 0.35 0 0.33 215.19 0.43 0.47
Hex 44 6F AC 3C 23 0 21 D7 2B 2F
Octal 104 157 254 74 43 0 41 327 53 57
Binary 1000100 1101111 10101100 111100 100011 0 100001 11010111 101011 101111

Color Harmonies of #446FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FAC

Black with #446FAC

Text Example


Text Example

White with #446FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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