Html Css Color HEX #50469E Blue Gem

📋 copy color: '#50469E'

red 80 ◦ green 70 ◦ blue 158

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

Shades of Blue Gem #50469E

Tints of Blue Gem #50469E

RGB

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

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

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

R = 25.97%
G = 22.73%
B = 51.3%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50469E (or 0x50469E) is known color: Blue Gem. HEX triplet: 50, 46 and 9E. RGB value is (80,70,158). Sum of RGB (Red+Green+Blue) = 80+70+158=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #50469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469E is #AFB961. Grayscale: #525252. Windows color (decimal): -11516258 or 10372688. OLE color: 10372688.

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

Color convert

RGB 80 70 158 -
CMYK 0.49 0.56 0 0.38
HSL 246.82º 0.39% 0.45% -
HSV(B) 246.82º 0.56% 0.62% -
XYZ 11.67 8.55 33.38 -
YUV 83.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 80 70 158 0.49 0.56 0 0.38 246.82 0.39 0.45
Hex 50 46 9E 31 38 0 26 F7 27 2D
Octal 120 106 236 61 70 0 46 367 47 55
Binary 1010000 1000110 10011110 110001 111000 0 100110 11110111 100111 101101

Color Harmonies of #50469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50469E

Black with #50469E

Text Example


Text Example

White with #50469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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