#4672AB

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

Shades of San Marino #4672AB

Tints of San Marino #4672AB

Color information

#4672AB (or 0x4672AB) is unknown color: approx San Marino. HEX triplet: 46, 72 and AB. RGB value is (70,114,171). Sum of RGB (Red+Green+Blue) = 70+114+171=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4672AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4672AB is #B98D54. Grayscale: #6B6B6B. Windows color (decimal): -12160341 or 11235910. OLE color: 11235910.

HSL color Cylindrical-coordinate representation of color #4672AB: hue angle of 213.86º 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 #4672AB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70114171-
CMYK0.590.3300.33
HSL213.86º41.91%47.25%-
HSV(B)213.86º59.06%67.06%-
XYZ15.8916.2840.83-
YUV107.34163.92101.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=19.72%
G=32.11%
B=48.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701141710.590.3300.33213.8641.9147.25
Hex4672AB3B21021d62a2f
Octal10616225373410413265257
Binary1000110111001010101011111011100001010000111010110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4672AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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