Html Css Color HEX #504CB4 Rich Blue

📋 copy color: '#504CB4'

red 80 ◦ green 76 ◦ blue 180

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

Shades of Rich Blue #504CB4

Tints of Rich Blue #504CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 180 (70.7% from 255) = 53.57%

R = 23.81%
G = 22.62%
B = 53.57%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#504CB4 (or 0x504CB4) is known color: Rich Blue. HEX triplet: 50, 4C and B4. RGB value is (80,76,180). Sum of RGB (Red+Green+Blue) = 80+76+180=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #504CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CB4 is #AFB34B. Grayscale: #585858. Windows color (decimal): -11514700 or 11816016. OLE color: 11816016.

HSL color Cylindrical-coordinate representation of color #504CB4: hue angle of 242.31º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504CB4 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 76 180 -
CMYK 0.56 0.58 0 0.29
HSL 242.31º 0.41% 0.5% -
HSV(B) 242.31º 0.58% 0.71% -
XYZ 14.13 10.17 44.4 -
YUV 89.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 80 76 180 0.56 0.58 0 0.29 242.31 0.41 0.5
Hex 50 4C B4 38 3A 0 1D F2 29 32
Octal 120 114 264 70 72 0 35 362 51 62
Binary 1010000 1001100 10110100 111000 111010 0 11101 11110010 101001 110010

Color Harmonies of #504CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CB4

Black with #504CB4

Text Example


Text Example

White with #504CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504CB4; }

 p { color: rgb(80,76,180); }

 H1.HeaderClassName
 {
   color: #504CB4;
 }
 .AnyTagClassName
 {
   color: #504CB4;
 }
</style>

background-color css

<style>
 a { background-color: #504CB4; }

 a { background-color: rgb(80,76,180); }

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

border-color css

<style>
 span { border-color: #504CB4; }

 span { border-color: rgb(80,76,180); }

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