Html Css Color HEX #50469B Blue Gem

📋 copy color: '#50469B'

red 80 ◦ green 70 ◦ blue 155

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

Shades of Blue Gem #50469B

Tints of Blue Gem #50469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 26.23%
G = 22.95%
B = 50.82%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50469B (or 0x50469B) is known color: Blue Gem. HEX triplet: 50, 46 and 9B. RGB value is (80,70,155). Sum of RGB (Red+Green+Blue) = 80+70+155=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #50469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469B is #AFB964. Grayscale: #525252. Windows color (decimal): -11516261 or 10176080. OLE color: 10176080.

HSL color Cylindrical-coordinate representation of color #50469B: hue angle of 247.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50469B is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 70 155 -
CMYK 0.48 0.55 0 0.39
HSL 247.06º 0.38% 0.44% -
HSV(B) 247.06º 0.55% 0.61% -
XYZ 11.41 8.45 32.04 -
YUV 82.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 80 70 155 0.48 0.55 0 0.39 247.06 0.38 0.44
Hex 50 46 9B 30 37 0 27 F7 26 2C
Octal 120 106 233 60 67 0 47 367 46 54
Binary 1010000 1000110 10011011 110000 110111 0 100111 11110111 100110 101100

Color Harmonies of #50469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50469B

Black with #50469B

Text Example


Text Example

White with #50469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50469B; }

 p { color: rgb(80,70,155); }

 H1.HeaderClassName
 {
   color: #50469B;
 }
 .AnyTagClassName
 {
   color: #50469B;
 }
</style>

background-color css

<style>
 a { background-color: #50469B; }

 a { background-color: rgb(80,70,155); }

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

border-color css

<style>
 span { border-color: #50469B; }

 span { border-color: rgb(80,70,155); }

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