Html Css Color HEX #50429C Blue Gem

📋 copy color: '#50429C'

red 80 ◦ green 66 ◦ blue 156

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

Shades of Blue Gem #50429C

Tints of Blue Gem #50429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 26.49%
G = 21.85%
B = 51.66%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50429C (or 0x50429C) is known color: Blue Gem. HEX triplet: 50, 42 and 9C. RGB value is (80,66,156). Sum of RGB (Red+Green+Blue) = 80+66+156=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #50429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50429C is #AFBD63. Grayscale: #505050. Windows color (decimal): -11517284 or 10240592. OLE color: 10240592.

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

Color convert

RGB 80 66 156 -
CMYK 0.49 0.58 0 0.39
HSL 249.33º 0.41% 0.44% -
HSV(B) 249.33º 0.58% 0.61% -
XYZ 11.26 8 32.4 -
YUV 80.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 80 66 156 0.49 0.58 0 0.39 249.33 0.41 0.44
Hex 50 42 9C 31 3A 0 27 F9 29 2C
Octal 120 102 234 61 72 0 47 371 51 54
Binary 1010000 1000010 10011100 110001 111010 0 100111 11111001 101001 101100

Color Harmonies of #50429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50429C

Black with #50429C

Text Example


Text Example

White with #50429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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