#4673a5

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

Shades of San Marino #4673A5

Tints of San Marino #4673A5

Color information

#4673A5 (or 0x4673A5) is unknown color: approx San Marino. HEX triplet: 46, 73 and A5. RGB value is (70,115,165). Sum of RGB (Red+Green+Blue) = 70+115+165=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 165 - color contains mainly: blue. Hex color #4673A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4673A5 is #B98C5A. Grayscale: #6B6B6B. Windows color (decimal): -12160091 or 10842950. OLE color: 10842950.

HSL color Cylindrical-coordinate representation of color #4673A5: hue angle of 211.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4673A5 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70115165-
CMYK0.580.3000.35
HSL211.58º40.43%46.08%-
HSV(B)211.58º57.58%64.71%-
XYZ15.4516.2837.93-
YUV107.24160.59101.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 165 (64.84% from 255) = 47.14%
R=20%
G=32.86%
B=47.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701151650.580.3000.35211.5840.4346.08
Hex4673A53A1E023d4282e
Octal10616324572360433245056
Binary100011011100111010010111101011110010001111010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4673a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4673a5; }

 p { color: rgb(70,115,165); }

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

<style>
 a { background-color: #4673a5; }

 a { background-color: rgb(70,115,165); }

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

<style>
 span { border-color: #4673a5; }

 span { border-color: rgb(70,115,165); }

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