#4470AD

Color #4470AD San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4470AD

Tints of San Marino #4470AD

Color information

#4470AD (or 0x4470AD) is unknown color: approx 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

RGB68112173-
CMYK0.610.3500.32
HSL214.86º43.57%47.25%-
HSV(B)214.86º60.69%67.84%-
XYZ15.7215.8341.76-
YUV105.8165.92101.04-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681121730.610.3500.32214.8643.5747.25
Hex4470AD3D23020d72c2f
Octal10416025575430403275457
Binary1000100111000010101101111101100011010000011010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4470AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>