Html Css Color HEX #50469C Blue Gem

📋 copy color: '#50469C'

red 80 ◦ green 70 ◦ blue 156

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

Shades of Blue Gem #50469C

Tints of Blue Gem #50469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 26.14%
G = 22.88%
B = 50.98%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50469C (or 0x50469C) is known color: Blue Gem. HEX triplet: 50, 46 and 9C. RGB value is (80,70,156). Sum of RGB (Red+Green+Blue) = 80+70+156=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #50469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469C is #AFB963. Grayscale: #525252. Windows color (decimal): -11516260 or 10241616. OLE color: 10241616.

HSL color Cylindrical-coordinate representation of color #50469C: hue angle of 246.98º 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 #50469C is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 70 156 -
CMYK 0.49 0.55 0 0.39
HSL 246.98º 0.38% 0.44% -
HSV(B) 246.98º 0.55% 0.61% -
XYZ 11.5 8.49 32.48 -
YUV 82.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 80 70 156 0.49 0.55 0 0.39 246.98 0.38 0.44
Hex 50 46 9C 31 37 0 27 F7 26 2C
Octal 120 106 234 61 67 0 47 367 46 54
Binary 1010000 1000110 10011100 110001 110111 0 100111 11110111 100110 101100

Color Harmonies of #50469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50469C

Black with #50469C

Text Example


Text Example

White with #50469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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