Html Css Color HEX #5449BE Rich Blue

📋 copy color: '#5449BE'

red 84 ◦ green 73 ◦ blue 190

#5449BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5449BE

Tints of Rich Blue #5449BE

RGB

 RED value IS 84 (33.2% from 255) = 24.21%

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 24.21%
G = 21.04%
B = 54.76%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5449BE (or 0x5449BE) is known color: Rich Blue. HEX triplet: 54, 49 and BE. RGB value is (84,73,190). Sum of RGB (Red+Green+Blue) = 84+73+190=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #5449BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449BE is #ABB641. Grayscale: #595959. Windows color (decimal): -11253314 or 12470612. OLE color: 12470612.

HSL color Cylindrical-coordinate representation of color #5449BE: hue angle of 245.64º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5449BE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 73 190 -
CMYK 0.56 0.62 0 0.25
HSL 245.64º 0.47% 0.52% -
HSV(B) 245.64º 0.62% 0.75% -
XYZ 15.33 10.37 49.91 -
YUV 89.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 84 73 190 0.56 0.62 0 0.25 245.64 0.47 0.52
Hex 54 49 BE 38 3E 0 19 F6 2F 34
Octal 124 111 276 70 76 0 31 366 57 64
Binary 1010100 1001001 10111110 111000 111110 0 11001 11110110 101111 110100

Color Harmonies of #5449BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5449BE

Black with #5449BE

Text Example


Text Example

White with #5449BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5449BE;
 }
 .AnyTagClassName
 {
   color: #5449BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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