Html Css Color HEX #504BB3 Rich Blue

📋 copy color: '#504BB3'

red 80 ◦ green 75 ◦ blue 179

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

Shades of Rich Blue #504BB3

Tints of Rich Blue #504BB3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 23.95%
G = 22.46%
B = 53.59%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#504BB3 (or 0x504BB3) is known color: Rich Blue. HEX triplet: 50, 4B and B3. RGB value is (80,75,179). Sum of RGB (Red+Green+Blue) = 80+75+179=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #504BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BB3 is #AFB44C. Grayscale: #575757. Windows color (decimal): -11514957 or 11750224. OLE color: 11750224.

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

Color convert

RGB 80 75 179 -
CMYK 0.55 0.58 0 0.30
HSL 242.88º 0.41% 0.5% -
HSV(B) 242.88º 0.58% 0.7% -
XYZ 13.96 9.99 43.84 -
YUV 88.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 80 75 179 0.55 0.58 0 0.30 242.88 0.41 0.5
Hex 50 4B B3 37 3A 0 1E F3 29 32
Octal 120 113 263 67 72 0 36 363 51 62
Binary 1010000 1001011 10110011 110111 111010 0 11110 11110011 101001 110010

Color Harmonies of #504BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BB3

Black with #504BB3

Text Example


Text Example

White with #504BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,75,179); }

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

background-color css

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

 a { background-color: rgb(80,75,179); }

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

border-color css

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

 span { border-color: rgb(80,75,179); }

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