#5449B7

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

Shades of Rich Blue #5449B7

Tints of Rich Blue #5449B7

Color information

#5449B7 (or 0x5449B7) is unknown color: approx Rich Blue. HEX triplet: 54, 49 and B7. RGB value is (84,73,183). Sum of RGB (Red+Green+Blue) = 84+73+183=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #5449B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449B7 is #ABB648. Grayscale: #585858. Windows color (decimal): -11253321 or 12011860. OLE color: 12011860.

HSL color Cylindrical-coordinate representation of color #5449B7: hue angle of 246º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5449B7 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8473183-
CMYK0.540.6000.28
HSL246º43.31%50.2%-
HSV(B)246º60.11%71.76%-
XYZ14.5910.0745.97-
YUV88.83181.14124.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 183 (71.88% from 255) = 53.82%
R=24.71%
G=21.47%
B=53.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84731830.540.6000.2824643.3150.2
Hex5449B7363C01Cf62b32
Octal12411126766740343665362
Binary101010010010011011011111011011110001110011110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5449B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5449B7; }

 p { color: rgb(84,73,183); }

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

<style>
 a { background-color: #5449B7; }

 a { background-color: rgb(84,73,183); }

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

<style>
 span { border-color: #5449B7; }

 span { border-color: rgb(84,73,183); }

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