Html Css Color HEX #50478F Blue Gem

📋 copy color: '#50478F'

red 80 ◦ green 71 ◦ blue 143

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

Shades of Blue Gem #50478F

Tints of Blue Gem #50478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 143 (56.25% from 255) = 48.64%

R = 27.21%
G = 24.15%
B = 48.64%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50478F (or 0x50478F) is known color: Blue Gem. HEX triplet: 50, 47 and 8F. RGB value is (80,71,143). Sum of RGB (Red+Green+Blue) = 80+71+143=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #50478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50478F is #AFB870. Grayscale: #515151. Windows color (decimal): -11516017 or 9389904. OLE color: 9389904.

HSL color Cylindrical-coordinate representation of color #50478F: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50478F is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 71 143 -
CMYK 0.44 0.50 0 0.44
HSL 247.5º 0.34% 0.42% -
HSV(B) 247.5º 0.5% 0.56% -
XYZ 10.52 8.2 27.01 -
YUV 81.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 80 71 143 0.44 0.50 0 0.44 247.5 0.34 0.42
Hex 50 47 8F 2C 32 0 2C F8 22 2A
Octal 120 107 217 54 62 0 54 370 42 52
Binary 1010000 1000111 10001111 101100 110010 0 101100 11111000 100010 101010

Color Harmonies of #50478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50478F

Black with #50478F

Text Example


Text Example

White with #50478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50478F; }

 p { color: rgb(80,71,143); }

 H1.HeaderClassName
 {
   color: #50478F;
 }
 .AnyTagClassName
 {
   color: #50478F;
 }
</style>

background-color css

<style>
 a { background-color: #50478F; }

 a { background-color: rgb(80,71,143); }

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

border-color css

<style>
 span { border-color: #50478F; }

 span { border-color: rgb(80,71,143); }

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