#544AA4

Color #544AA4 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #544AA4

Tints of Rich Blue #544AA4

Color information

#544AA4 (or 0x544AA4) is unknown color: approx Rich Blue. HEX triplet: 54, 4A and A4. RGB value is (84,74,164). Sum of RGB (Red+Green+Blue) = 84+74+164=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #544AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544AA4 is #ABB55B. Grayscale: #565656. Windows color (decimal): -11253084 or 10766932. OLE color: 10766932.

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

Color convert

RGB8474164-
CMYK0.490.5500.36
HSL246.67º37.82%46.67%-
HSV(B)246.67º54.88%64.31%-
XYZ12.819.4636.27-
YUV87.25171.31125.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=26.09%
G=22.98%
B=50.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84741640.490.5500.36246.6737.8246.67
Hex544AA43137024f7262f
Octal12411224461670443674657
Binary1010100100101010100100110001110111010010011110111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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