Html Css Color HEX #473188 Blue Gem

📋 copy color: '#473188'

red 71 ◦ green 49 ◦ blue 136

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

Shades of Blue Gem #473188

Tints of Blue Gem #473188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 27.73%
G = 19.14%
B = 53.13%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473188 (or 0x473188) is known color: Blue Gem. HEX triplet: 47, 31 and 88. RGB value is (71,49,136). Sum of RGB (Red+Green+Blue) = 71+49+136=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #473188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473188 is #B8CE77. Grayscale: #414141. Windows color (decimal): -12111480 or 8925511. OLE color: 8925511.

HSL color Cylindrical-coordinate representation of color #473188: hue angle of 255.17º 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 #473188 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 49 136 -
CMYK 0.48 0.64 0 0.47
HSL 255.17º 0.47% 0.36% -
HSV(B) 255.17º 0.64% 0.53% -
XYZ 8.14 5.31 23.89 -
YUV 65.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 71 49 136 0.48 0.64 0 0.47 255.17 0.47 0.36
Hex 47 31 88 30 40 0 2F FF 2F 24
Octal 107 61 210 60 100 0 57 377 57 44
Binary 1000111 110001 10001000 110000 1000000 0 101111 11111111 101111 100100

Color Harmonies of #473188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473188

Black with #473188

Text Example


Text Example

White with #473188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473188; }

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

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

background-color css

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

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

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

border-color css

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

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

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