#4969A5

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

Shades of San Marino #4969A5

Tints of San Marino #4969A5

Color information

#4969A5 (or 0x4969A5) is unknown color: approx San Marino. HEX triplet: 49, 69 and A5. RGB value is (73,105,165). Sum of RGB (Red+Green+Blue) = 73+105+165=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #4969A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4969A5 is #B6965A. Grayscale: #666666. Windows color (decimal): -11966043 or 10840393. OLE color: 10840393.

HSL color Cylindrical-coordinate representation of color #4969A5: hue angle of 219.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4969A5 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73105165-
CMYK0.560.3600.35
HSL219.13º38.66%46.67%-
HSV(B)219.13º55.76%64.71%-
XYZ14.5914.2437.58-
YUV102.27163.4107.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=21.28%
G=30.61%
B=48.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731051650.560.3600.35219.1338.6646.67
Hex4969A53824023db272f
Octal11115124570440433334757
Binary1001001110100110100101111000100100010001111011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4969A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,105,165); }

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

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

 a { background-color: rgb(73,105,165); }

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

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

 span { border-color: rgb(73,105,165); }

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