Html Css Color HEX #446C9F San Marino

📋 copy color: '#446C9F'

red 68 ◦ green 108 ◦ blue 159

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

Shades of San Marino #446C9F

Tints of San Marino #446C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 20.3%
G = 32.24%
B = 47.46%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#446C9F (or 0x446C9F) is known color: San Marino. HEX triplet: 44, 6C and 9F. RGB value is (68,108,159). Sum of RGB (Red+Green+Blue) = 68+108+159=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #446C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C9F is #BB9360. Grayscale: #656565. Windows color (decimal): -12292961 or 10447940. OLE color: 10447940.

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

Color convert

RGB 68 108 159 -
CMYK 0.57 0.32 0 0.38
HSL 213.63º 0.4% 0.45% -
HSV(B) 213.63º 0.57% 0.62% -
XYZ 14 14.46 34.85 -
YUV 101.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 68 108 159 0.57 0.32 0 0.38 213.63 0.4 0.45
Hex 44 6C 9F 39 20 0 26 D6 28 2D
Octal 104 154 237 71 40 0 46 326 50 55
Binary 1000100 1101100 10011111 111001 100000 0 100110 11010110 101000 101101

Color Harmonies of #446C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C9F

Black with #446C9F

Text Example


Text Example

White with #446C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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