Html Css Color HEX #50449E Blue Gem

📋 copy color: '#50449E'

red 80 ◦ green 68 ◦ blue 158

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

Shades of Blue Gem #50449E

Tints of Blue Gem #50449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 158 (62.11% from 255) = 51.63%

R = 26.14%
G = 22.22%
B = 51.63%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50449E (or 0x50449E) is known color: Blue Gem. HEX triplet: 50, 44 and 9E. RGB value is (80,68,158). Sum of RGB (Red+Green+Blue) = 80+68+158=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #50449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50449E is #AFBB61. Grayscale: #515151. Windows color (decimal): -11516770 or 10372176. OLE color: 10372176.

HSL color Cylindrical-coordinate representation of color #50449E: hue angle of 248º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50449E is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 68 158 -
CMYK 0.49 0.57 0 0.38
HSL 248º 0.4% 0.44% -
HSV(B) 248º 0.57% 0.62% -
XYZ 11.55 8.31 33.34 -
YUV 81.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 80 68 158 0.49 0.57 0 0.38 248 0.4 0.44
Hex 50 44 9E 31 39 0 26 F8 28 2C
Octal 120 104 236 61 71 0 46 370 50 54
Binary 1010000 1000100 10011110 110001 111001 0 100110 11111000 101000 101100

Color Harmonies of #50449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50449E

Black with #50449E

Text Example


Text Example

White with #50449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50449E; }

 p { color: rgb(80,68,158); }

 H1.HeaderClassName
 {
   color: #50449E;
 }
 .AnyTagClassName
 {
   color: #50449E;
 }
</style>

background-color css

<style>
 a { background-color: #50449E; }

 a { background-color: rgb(80,68,158); }

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

border-color css

<style>
 span { border-color: #50449E; }

 span { border-color: rgb(80,68,158); }

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