Html Css Color HEX #446C96 San Marino

📋 copy color: '#446C96'

red 68 ◦ green 108 ◦ blue 150

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

Shades of San Marino #446C96

Tints of San Marino #446C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 20.86%
G = 33.13%
B = 46.01%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#446C96 (or 0x446C96) is known color: San Marino. HEX triplet: 44, 6C and 96. RGB value is (68,108,150). Sum of RGB (Red+Green+Blue) = 68+108+150=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #446C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C96 is #BB9369. Grayscale: #646464. Windows color (decimal): -12292970 or 9858116. OLE color: 9858116.

HSL color Cylindrical-coordinate representation of color #446C96: hue angle of 210.73º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446C96 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 108 150 -
CMYK 0.55 0.28 0 0.41
HSL 210.73º 0.38% 0.43% -
HSV(B) 210.73º 0.55% 0.59% -
XYZ 13.25 14.16 30.89 -
YUV 100.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 68 108 150 0.55 0.28 0 0.41 210.73 0.38 0.43
Hex 44 6C 96 37 1C 0 29 D3 26 2B
Octal 104 154 226 67 34 0 51 323 46 53
Binary 1000100 1101100 10010110 110111 11100 0 101001 11010011 100110 101011

Color Harmonies of #446C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C96

Black with #446C96

Text Example


Text Example

White with #446C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,108,150); }

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

background-color css

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

 a { background-color: rgb(68,108,150); }

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

border-color css

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

 span { border-color: rgb(68,108,150); }

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