Html Css Color HEX #446B9B San Marino

📋 copy color: '#446B9B'

red 68 ◦ green 107 ◦ blue 155

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

Shades of San Marino #446B9B

Tints of San Marino #446B9B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

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

R = 20.61%
G = 32.42%
B = 46.97%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#446B9B (or 0x446B9B) is known color: San Marino. HEX triplet: 44, 6B and 9B. RGB value is (68,107,155). Sum of RGB (Red+Green+Blue) = 68+107+155=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #446B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B9B is #BB9464. Grayscale: #646464. Windows color (decimal): -12293221 or 10185540. OLE color: 10185540.

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

Color convert

RGB 68 107 155 -
CMYK 0.56 0.31 0 0.39
HSL 213.1º 0.39% 0.44% -
HSV(B) 213.1º 0.56% 0.61% -
XYZ 13.56 14.11 33.02 -
YUV 100.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 68 107 155 0.56 0.31 0 0.39 213.1 0.39 0.44
Hex 44 6B 9B 38 1F 0 27 D5 27 2C
Octal 104 153 233 70 37 0 47 325 47 54
Binary 1000100 1101011 10011011 111000 11111 0 100111 11010101 100111 101100

Color Harmonies of #446B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B9B

Black with #446B9B

Text Example


Text Example

White with #446B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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