Html Css Color HEX #446EA6 San Marino

📋 copy color: '#446EA6'

red 68 ◦ green 110 ◦ blue 166

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

Shades of San Marino #446EA6

Tints of San Marino #446EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.26%

R = 19.77%
G = 31.98%
B = 48.26%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#446EA6 (or 0x446EA6) is known color: San Marino. HEX triplet: 44, 6E and A6. RGB value is (68,110,166). Sum of RGB (Red+Green+Blue) = 68+110+166=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 166 - color contains mainly: blue. Hex color #446EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EA6 is #BB9159. Grayscale: #676767. Windows color (decimal): -12292442 or 10907204. OLE color: 10907204.

HSL color Cylindrical-coordinate representation of color #446EA6: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #446EA6 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 110 166 -
CMYK 0.59 0.34 0 0.35
HSL 214.29º 0.42% 0.46% -
HSV(B) 214.29º 0.59% 0.65% -
XYZ 14.84 15.13 38.22 -
YUV 103.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 68 110 166 0.59 0.34 0 0.35 214.29 0.42 0.46
Hex 44 6E A6 3B 22 0 23 D6 2A 2E
Octal 104 156 246 73 42 0 43 326 52 56
Binary 1000100 1101110 10100110 111011 100010 0 100011 11010110 101010 101110

Color Harmonies of #446EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EA6

Black with #446EA6

Text Example


Text Example

White with #446EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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