Html Css Color HEX #446FA0 San Marino

📋 copy color: '#446FA0'

red 68 ◦ green 111 ◦ blue 160

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

Shades of San Marino #446FA0

Tints of San Marino #446FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 20.06%
G = 32.74%
B = 47.2%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#446FA0 (or 0x446FA0) is known color: San Marino. HEX triplet: 44, 6F and A0. RGB value is (68,111,160). Sum of RGB (Red+Green+Blue) = 68+111+160=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #446FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446FA0 is #BB905F. Grayscale: #676767. Windows color (decimal): -12292192 or 10514244. OLE color: 10514244.

HSL color Cylindrical-coordinate representation of color #446FA0: hue angle of 211.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446FA0 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 111 160 -
CMYK 0.57 0.31 0 0.37
HSL 211.96º 0.4% 0.45% -
HSV(B) 211.96º 0.58% 0.63% -
XYZ 14.41 15.14 35.42 -
YUV 103.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 68 111 160 0.57 0.31 0 0.37 211.96 0.4 0.45
Hex 44 6F A0 39 1F 0 25 D4 28 2D
Octal 104 157 240 71 37 0 45 324 50 55
Binary 1000100 1101111 10100000 111001 11111 0 100101 11010100 101000 101101

Color Harmonies of #446FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FA0

Black with #446FA0

Text Example


Text Example

White with #446FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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