Html Css Color HEX #4470AD San Marino

📋 copy color: '#4470AD'

red 68 ◦ green 112 ◦ blue 173

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

Shades of San Marino #4470AD

Tints of San Marino #4470AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 19.26%
G = 31.73%
B = 49.01%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4470AD (or 0x4470AD) is known color: San Marino. HEX triplet: 44, 70 and AD. RGB value is (68,112,173). Sum of RGB (Red+Green+Blue) = 68+112+173=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #4470AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4470AD is #BB8F52. Grayscale: #696969. Windows color (decimal): -12291923 or 11366468. OLE color: 11366468.

HSL color Cylindrical-coordinate representation of color #4470AD: hue angle of 214.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4470AD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 112 173 -
CMYK 0.61 0.35 0 0.32
HSL 214.86º 0.44% 0.47% -
HSV(B) 214.86º 0.61% 0.68% -
XYZ 15.72 15.83 41.76 -
YUV 105.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 68 112 173 0.61 0.35 0 0.32 214.86 0.44 0.47
Hex 44 70 AD 3D 23 0 20 D7 2C 2F
Octal 104 160 255 75 43 0 40 327 54 57
Binary 1000100 1110000 10101101 111101 100011 0 100000 11010111 101100 101111

Color Harmonies of #4470AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470AD

Black with #4470AD

Text Example


Text Example

White with #4470AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4470AD; }

 p { color: rgb(68,112,173); }

 H1.HeaderClassName
 {
   color: #4470AD;
 }
 .AnyTagClassName
 {
   color: #4470AD;
 }
</style>

background-color css

<style>
 a { background-color: #4470AD; }

 a { background-color: rgb(68,112,173); }

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

border-color css

<style>
 span { border-color: #4470AD; }

 span { border-color: rgb(68,112,173); }

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