Html Css Color HEX #473187 Blue Gem

📋 copy color: '#473187'

red 71 ◦ green 49 ◦ blue 135

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

Shades of Blue Gem #473187

Tints of Blue Gem #473187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 27.84%
G = 19.22%
B = 52.94%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473187 (or 0x473187) is known color: Blue Gem. HEX triplet: 47, 31 and 87. RGB value is (71,49,135). Sum of RGB (Red+Green+Blue) = 71+49+135=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #473187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473187 is #B8CE78. Grayscale: #414141. Windows color (decimal): -12111481 or 8859975. OLE color: 8859975.

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

Color convert

RGB 71 49 135 -
CMYK 0.47 0.64 0 0.47
HSL 255.35º 0.47% 0.36% -
HSV(B) 255.35º 0.64% 0.53% -
XYZ 8.07 5.29 23.52 -
YUV 65.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 71 49 135 0.47 0.64 0 0.47 255.35 0.47 0.36
Hex 47 31 87 2F 40 0 2F FF 2F 24
Octal 107 61 207 57 100 0 57 377 57 44
Binary 1000111 110001 10000111 101111 1000000 0 101111 11111111 101111 100100

Color Harmonies of #473187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473187

Black with #473187

Text Example


Text Example

White with #473187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473187; }

 p { color: rgb(71,49,135); }

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

background-color css

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

 a { background-color: rgb(71,49,135); }

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

border-color css

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

 span { border-color: rgb(71,49,135); }

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