Html Css Color HEX #446C99 San Marino

📋 copy color: '#446C99'

red 68 ◦ green 108 ◦ blue 153

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

Shades of San Marino #446C99

Tints of San Marino #446C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 20.67%
G = 32.83%
B = 46.5%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#446C99 (or 0x446C99) is known color: San Marino. HEX triplet: 44, 6C and 99. RGB value is (68,108,153). Sum of RGB (Red+Green+Blue) = 68+108+153=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #446C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C99 is #BB9366. Grayscale: #646464. Windows color (decimal): -12292967 or 10054724. OLE color: 10054724.

HSL color Cylindrical-coordinate representation of color #446C99: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446C99 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 108 153 -
CMYK 0.56 0.29 0 0.4
HSL 211.76º 0.38% 0.43% -
HSV(B) 211.76º 0.56% 0.6% -
XYZ 13.5 14.25 32.18 -
YUV 101.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 68 108 153 0.56 0.29 0 0.4 211.76 0.38 0.43
Hex 44 6C 99 38 1D 0 28 D4 26 2B
Octal 104 154 231 70 35 0 50 324 46 53
Binary 1000100 1101100 10011001 111000 11101 0 101000 11010100 100110 101011

Color Harmonies of #446C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C99

Black with #446C99

Text Example


Text Example

White with #446C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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