Html Css Color HEX #4473AA San Marino

📋 copy color: '#4473AA'

red 68 ◦ green 115 ◦ blue 170

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

Shades of San Marino #4473AA

Tints of San Marino #4473AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 19.26%
G = 32.58%
B = 48.16%

CMYK

 C value IS 0.6

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4473AA (or 0x4473AA) is known color: San Marino. HEX triplet: 44, 73 and AA. RGB value is (68,115,170). Sum of RGB (Red+Green+Blue) = 68+115+170=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #4473AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4473AA is #BB8C55. Grayscale: #6A6A6A. Windows color (decimal): -12291158 or 11170628. OLE color: 11170628.

HSL color Cylindrical-coordinate representation of color #4473AA: hue angle of 212.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4473AA is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 115 170 -
CMYK 0.6 0.32 0 0.33
HSL 212.35º 0.43% 0.47% -
HSV(B) 212.35º 0.6% 0.67% -
XYZ 15.77 16.39 40.36 -
YUV 107.22 163.43 100.03 -
System Red Green Blue C M Y K H S L
Decimal 68 115 170 0.6 0.32 0 0.33 212.35 0.43 0.47
Hex 44 73 AA 3C 20 0 21 D4 2B 2F
Octal 104 163 252 74 40 0 41 324 53 57
Binary 1000100 1110011 10101010 111100 100000 0 100001 11010100 101011 101111

Color Harmonies of #4473AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4473AA

Black with #4473AA

Text Example


Text Example

White with #4473AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4473AA; }

 p { color: rgb(68,115,170); }

 H1.HeaderClassName
 {
   color: #4473AA;
 }
 .AnyTagClassName
 {
   color: #4473AA;
 }
</style>

background-color css

<style>
 a { background-color: #4473AA; }

 a { background-color: rgb(68,115,170); }

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

border-color css

<style>
 span { border-color: #4473AA; }

 span { border-color: rgb(68,115,170); }

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