Html Css Color HEX #50449C Blue Gem

📋 copy color: '#50449C'

red 80 ◦ green 68 ◦ blue 156

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

Shades of Blue Gem #50449C

Tints of Blue Gem #50449C

RGB

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

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

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

R = 26.32%
G = 22.37%
B = 51.32%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50449C (or 0x50449C) is known color: Blue Gem. HEX triplet: 50, 44 and 9C. RGB value is (80,68,156). Sum of RGB (Red+Green+Blue) = 80+68+156=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #50449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50449C is #AFBB63. Grayscale: #515151. Windows color (decimal): -11516772 or 10241104. OLE color: 10241104.

HSL color Cylindrical-coordinate representation of color #50449C: hue angle of 248.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50449C is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 68 156 -
CMYK 0.49 0.56 0 0.39
HSL 248.18º 0.39% 0.44% -
HSV(B) 248.18º 0.56% 0.61% -
XYZ 11.38 8.24 32.44 -
YUV 81.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 80 68 156 0.49 0.56 0 0.39 248.18 0.39 0.44
Hex 50 44 9C 31 38 0 27 F8 27 2C
Octal 120 104 234 61 70 0 47 370 47 54
Binary 1010000 1000100 10011100 110001 111000 0 100111 11111000 100111 101100

Color Harmonies of #50449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50449C

Black with #50449C

Text Example


Text Example

White with #50449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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