Html Css Color HEX #446F9B San Marino

📋 copy color: '#446F9B'

red 68 ◦ green 111 ◦ blue 155

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

Shades of San Marino #446F9B

Tints of San Marino #446F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 20.36%
G = 33.23%
B = 46.41%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#446F9B (or 0x446F9B) is known color: San Marino. HEX triplet: 44, 6F and 9B. RGB value is (68,111,155). Sum of RGB (Red+Green+Blue) = 68+111+155=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #446F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F9B is #BB9064. Grayscale: #666666. Windows color (decimal): -12292197 or 10186564. OLE color: 10186564.

HSL color Cylindrical-coordinate representation of color #446F9B: hue angle of 210.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #446F9B is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 111 155 -
CMYK 0.56 0.28 0 0.39
HSL 210.34º 0.39% 0.44% -
HSV(B) 210.34º 0.56% 0.61% -
XYZ 13.98 14.96 33.16 -
YUV 103.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 68 111 155 0.56 0.28 0 0.39 210.34 0.39 0.44
Hex 44 6F 9B 38 1C 0 27 D2 27 2C
Octal 104 157 233 70 34 0 47 322 47 54
Binary 1000100 1101111 10011011 111000 11100 0 100111 11010010 100111 101100

Color Harmonies of #446F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F9B

Black with #446F9B

Text Example


Text Example

White with #446F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,155); }

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

background-color css

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

 a { background-color: rgb(68,111,155); }

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

border-color css

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

 span { border-color: rgb(68,111,155); }

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