#54469D

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

Shades of Blue Gem #54469D

Tints of Blue Gem #54469D

Color information

#54469D (or 0x54469D) is unknown color: approx Blue Gem. HEX triplet: 54, 46 and 9D. RGB value is (84,70,157). Sum of RGB (Red+Green+Blue) = 84+70+157=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #54469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54469D is #ABB962. Grayscale: #535353. Windows color (decimal): -11254115 or 10307156. OLE color: 10307156.

HSL color Cylindrical-coordinate representation of color #54469D: hue angle of 249.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54469D is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8470157-
CMYK0.460.5500.38
HSL249.66º38.33%44.51%-
HSV(B)249.66º55.41%61.57%-
XYZ11.938.732.95-
YUV84.1169.14127.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=27.01%
G=22.51%
B=50.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84701570.460.5500.38249.6638.3344.51
Hex54469D2E37026fa262d
Octal12410623556670463724655
Binary1010100100011010011101101110110111010011011111010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54469D; }

 p { color: rgb(84,70,157); }

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

<style>
 a { background-color: #54469D; }

 a { background-color: rgb(84,70,157); }

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

<style>
 span { border-color: #54469D; }

 span { border-color: rgb(84,70,157); }

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