Html Css Color HEX #446EA7 San Marino

📋 copy color: '#446EA7'

red 68 ◦ green 110 ◦ blue 167

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

Shades of San Marino #446EA7

Tints of San Marino #446EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.41%

R = 19.71%
G = 31.88%
B = 48.41%

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

#446EA7 (or 0x446EA7) is known color: San Marino. HEX triplet: 44, 6E and A7. RGB value is (68,110,167). Sum of RGB (Red+Green+Blue) = 68+110+167=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #446EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446EA7 is #BB9158. Grayscale: #676767. Windows color (decimal): -12292441 or 10972740. OLE color: 10972740.

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

Color convert

RGB 68 110 167 -
CMYK 0.59 0.34 0 0.35
HSL 214.55º 0.42% 0.46% -
HSV(B) 214.55º 0.59% 0.65% -
XYZ 14.93 15.17 38.7 -
YUV 103.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 68 110 167 0.59 0.34 0 0.35 214.55 0.42 0.46
Hex 44 6E A7 3B 22 0 23 D7 2A 2E
Octal 104 156 247 73 42 0 43 327 52 56
Binary 1000100 1101110 10100111 111011 100010 0 100011 11010111 101010 101110

Color Harmonies of #446EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446EA7

Black with #446EA7

Text Example


Text Example

White with #446EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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