#54479A

Color #54479A Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #54479A

Tints of Blue Gem #54479A

Color information

#54479A (or 0x54479A) is unknown color: approx Blue Gem. HEX triplet: 54, 47 and 9A. RGB value is (84,71,154). Sum of RGB (Red+Green+Blue) = 84+71+154=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #54479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54479A is #ABB865. Grayscale: #545454. Windows color (decimal): -11253862 or 10110804. OLE color: 10110804.

HSL color Cylindrical-coordinate representation of color #54479A: hue angle of 249.4º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54479A is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8471154-
CMYK0.450.5400.40
HSL249.4º36.89%44.12%-
HSV(B)249.4º53.9%60.39%-
XYZ11.748.7231.64-
YUV84.35167.31127.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=27.18%
G=22.98%
B=49.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84711540.450.5400.40249.436.8944.12
Hex54479A2D36028f9252c
Octal12410723255660503714554
Binary1010100100011110011010101101110110010100011111001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54479A; }

 p { color: rgb(84,71,154); }

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

<style>
 a { background-color: #54479A; }

 a { background-color: rgb(84,71,154); }

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

<style>
 span { border-color: #54479A; }

 span { border-color: rgb(84,71,154); }

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