Html Css Color HEX #446E9F San Marino

📋 copy color: '#446E9F'

red 68 ◦ green 110 ◦ blue 159

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

Shades of San Marino #446E9F

Tints of San Marino #446E9F

RGB

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

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

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

R = 20.18%
G = 32.64%
B = 47.18%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#446E9F (or 0x446E9F) is known color: San Marino. HEX triplet: 44, 6E and 9F. RGB value is (68,110,159). Sum of RGB (Red+Green+Blue) = 68+110+159=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #446E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E9F is #BB9160. Grayscale: #666666. Windows color (decimal): -12292449 or 10448452. OLE color: 10448452.

HSL color Cylindrical-coordinate representation of color #446E9F: hue angle of 212.31º 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 #446E9F is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 110 159 -
CMYK 0.57 0.31 0 0.38
HSL 212.31º 0.4% 0.45% -
HSV(B) 212.31º 0.57% 0.62% -
XYZ 14.22 14.88 34.92 -
YUV 103.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 68 110 159 0.57 0.31 0 0.38 212.31 0.4 0.45
Hex 44 6E 9F 39 1F 0 26 D4 28 2D
Octal 104 156 237 71 37 0 46 324 50 55
Binary 1000100 1101110 10011111 111001 11111 0 100110 11010100 101000 101101

Color Harmonies of #446E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E9F

Black with #446E9F

Text Example


Text Example

White with #446E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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