#4572A5

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

Shades of San Marino #4572A5

Tints of San Marino #4572A5

Color information

#4572A5 (or 0x4572A5) is unknown color: approx San Marino. HEX triplet: 45, 72 and A5. RGB value is (69,114,165). Sum of RGB (Red+Green+Blue) = 69+114+165=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #4572A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4572A5 is #BA8D5A. Grayscale: #6A6A6A. Windows color (decimal): -12225883 or 10842693. OLE color: 10842693.

HSL color Cylindrical-coordinate representation of color #4572A5: hue angle of 211.88º degrees, saturation: 0.41, 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 #4572A5 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB69114165-
CMYK0.580.3100.35
HSL211.88º41.03%45.88%-
HSV(B)211.88º58.18%64.71%-
XYZ15.2616.0237.88-
YUV106.36161.09101.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.83%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=19.83%
G=32.76%
B=47.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691141650.580.3100.35211.8841.0345.88
Hex4572A53A1F023d4292e
Octal10516224572370433245156
Binary100010111100101010010111101011111010001111010100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4572A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4572A5; }

 p { color: rgb(69,114,165); }

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

<style>
 a { background-color: #4572A5; }

 a { background-color: rgb(69,114,165); }

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

<style>
 span { border-color: #4572A5; }

 span { border-color: rgb(69,114,165); }

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