#4672AC

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

Shades of San Marino #4672AC

Tints of San Marino #4672AC

Color information

#4672AC (or 0x4672AC) is unknown color: approx San Marino. HEX triplet: 46, 72 and AC. RGB value is (70,114,172). Sum of RGB (Red+Green+Blue) = 70+114+172=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #4672AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4672AC is #B98D53. Grayscale: #6B6B6B. Windows color (decimal): -12160340 or 11301446. OLE color: 11301446.

HSL color Cylindrical-coordinate representation of color #4672AC: hue angle of 214.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4672AC is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70114172-
CMYK0.590.3400.33
HSL214.12º42.15%47.45%-
HSV(B)214.12º59.3%67.45%-
XYZ15.9916.3241.34-
YUV107.46164.42101.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 172 (67.58% from 255) = 48.31%
R=19.66%
G=32.02%
B=48.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701141720.590.3400.33214.1242.1547.45
Hex4672AC3B22021d62a2f
Octal10616225473420413265257
Binary1000110111001010101100111011100010010000111010110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4672AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4672AC; }

 p { color: rgb(70,114,172); }

 H1.HeaderClassName
 {
   color: #4672AC;
 }
 .AnyTagClassName
 {
   color: #4672AC;
 }
</style>
background-color css

<style>
 a { background-color: #4672AC; }

 a { background-color: rgb(70,114,172); }

 div.DivClassName
 {
   background-color: #4672AC;
 }
 .BgClassName
 {
   background-color: #4672AC;
 }
</style>
border-color css

<style>
 span { border-color: #4672AC; }

 span { border-color: rgb(70,114,172); }

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