Html Css Color HEX #446DA4 San Marino

📋 copy color: '#446DA4'

red 68 ◦ green 109 ◦ blue 164

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

Shades of San Marino #446DA4

Tints of San Marino #446DA4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

 BLUE value IS 164 (64.45% from 255) = 48.09%

R = 19.94%
G = 31.96%
B = 48.09%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#446DA4 (or 0x446DA4) is known color: San Marino. HEX triplet: 44, 6D and A4. RGB value is (68,109,164). Sum of RGB (Red+Green+Blue) = 68+109+164=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #446DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446DA4 is #BB925B. Grayscale: #666666. Windows color (decimal): -12292700 or 10775876. OLE color: 10775876.

HSL color Cylindrical-coordinate representation of color #446DA4: hue angle of 214.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #446DA4 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 109 164 -
CMYK 0.59 0.34 0 0.36
HSL 214.38º 0.41% 0.45% -
HSV(B) 214.38º 0.59% 0.64% -
XYZ 14.55 14.85 37.22 -
YUV 103.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 68 109 164 0.59 0.34 0 0.36 214.38 0.41 0.45
Hex 44 6D A4 3B 22 0 24 D6 29 2D
Octal 104 155 244 73 42 0 44 326 51 55
Binary 1000100 1101101 10100100 111011 100010 0 100100 11010110 101001 101101

Color Harmonies of #446DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DA4

Black with #446DA4

Text Example


Text Example

White with #446DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,164); }

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

background-color css

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

 a { background-color: rgb(68,109,164); }

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

border-color css

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

 span { border-color: rgb(68,109,164); }

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