Html Css Color HEX #473286 Blue Gem

📋 copy color: '#473286'

red 71 ◦ green 50 ◦ blue 134

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

Shades of Blue Gem #473286

Tints of Blue Gem #473286

RGB

 RED value IS 71 (28.13% from 255) = 27.84%

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 27.84%
G = 19.61%
B = 52.55%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473286 (or 0x473286) is known color: Blue Gem. HEX triplet: 47, 32 and 86. RGB value is (71,50,134). Sum of RGB (Red+Green+Blue) = 71+50+134=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #473286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473286 is #B8CD79. Grayscale: #414141. Windows color (decimal): -12111226 or 8794695. OLE color: 8794695.

HSL color Cylindrical-coordinate representation of color #473286: hue angle of 255º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473286 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 50 134 -
CMYK 0.47 0.63 0 0.47
HSL 255º 0.46% 0.36% -
HSV(B) 255º 0.63% 0.53% -
XYZ 8.04 5.34 23.16 -
YUV 65.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 71 50 134 0.47 0.63 0 0.47 255 0.46 0.36
Hex 47 32 86 2F 3F 0 2F FF 2E 24
Octal 107 62 206 57 77 0 57 377 56 44
Binary 1000111 110010 10000110 101111 111111 0 101111 11111111 101110 100100

Color Harmonies of #473286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473286

Black with #473286

Text Example


Text Example

White with #473286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473286; }

 p { color: rgb(71,50,134); }

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

background-color css

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

 a { background-color: rgb(71,50,134); }

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

border-color css

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

 span { border-color: rgb(71,50,134); }

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