Html Css Color HEX #5049BC Rich Blue

📋 copy color: '#5049BC'

red 80 ◦ green 73 ◦ blue 188

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

Shades of Rich Blue #5049BC

Tints of Rich Blue #5049BC

RGB

 RED value IS 80 (31.64% from 255) = 23.46%

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 23.46%
G = 21.41%
B = 55.13%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5049BC (or 0x5049BC) is known color: Rich Blue. HEX triplet: 50, 49 and BC. RGB value is (80,73,188). Sum of RGB (Red+Green+Blue) = 80+73+188=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5049BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049BC is #AFB643. Grayscale: #575757. Windows color (decimal): -11515460 or 12339536. OLE color: 12339536.

HSL color Cylindrical-coordinate representation of color #5049BC: hue angle of 243.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5049BC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 73 188 -
CMYK 0.57 0.61 0 0.26
HSL 243.65º 0.46% 0.51% -
HSV(B) 243.65º 0.61% 0.74% -
XYZ 14.77 10.1 48.75 -
YUV 88.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 80 73 188 0.57 0.61 0 0.26 243.65 0.46 0.51
Hex 50 49 BC 39 3D 0 1A F4 2E 33
Octal 120 111 274 71 75 0 32 364 56 63
Binary 1010000 1001001 10111100 111001 111101 0 11010 11110100 101110 110011

Color Harmonies of #5049BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049BC

Black with #5049BC

Text Example


Text Example

White with #5049BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5049BC; }

 p { color: rgb(80,73,188); }

 H1.HeaderClassName
 {
   color: #5049BC;
 }
 .AnyTagClassName
 {
   color: #5049BC;
 }
</style>

background-color css

<style>
 a { background-color: #5049BC; }

 a { background-color: rgb(80,73,188); }

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

border-color css

<style>
 span { border-color: #5049BC; }

 span { border-color: rgb(80,73,188); }

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