#546AA4

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

Shades of San Marino #546AA4

Tints of San Marino #546AA4

Color information

#546AA4 (or 0x546AA4) is unknown color: approx San Marino. HEX triplet: 54, 6A and A4. RGB value is (84,106,164). Sum of RGB (Red+Green+Blue) = 84+106+164=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #546AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546AA4 is #AB955B. Grayscale: #696969. Windows color (decimal): -11244892 or 10775124. OLE color: 10775124.

HSL color Cylindrical-coordinate representation of color #546AA4: hue angle of 223.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #546AA4 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB84106164-
CMYK0.490.3500.36
HSL223.5º32.26%48.63%-
HSV(B)223.5º48.78%64.31%-
XYZ15.5114.8737.18-
YUV106.03160.71112.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 164 (64.45% from 255) = 46.33%
R=23.73%
G=29.94%
B=46.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841061640.490.3500.36223.532.2648.63
Hex546AA43123024e02031
Octal12415224461430443404061
Binary1010100110101010100100110001100011010010011100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546AA4; }

 p { color: rgb(84,106,164); }

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

<style>
 a { background-color: #546AA4; }

 a { background-color: rgb(84,106,164); }

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

<style>
 span { border-color: #546AA4; }

 span { border-color: rgb(84,106,164); }

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