Html Css Color HEX #473087 Blue Gem

📋 copy color: '#473087'

red 71 ◦ green 48 ◦ blue 135

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

Shades of Blue Gem #473087

Tints of Blue Gem #473087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

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

R = 27.95%
G = 18.9%
B = 53.15%

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

#473087 (or 0x473087) is known color: Blue Gem. HEX triplet: 47, 30 and 87. RGB value is (71,48,135). Sum of RGB (Red+Green+Blue) = 71+48+135=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #473087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473087 is #B8CF78. Grayscale: #404040. Windows color (decimal): -12111737 or 8859719. OLE color: 8859719.

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

Color convert

RGB 71 48 135 -
CMYK 0.47 0.64 0 0.47
HSL 255.86º 0.48% 0.36% -
HSV(B) 255.86º 0.64% 0.53% -
XYZ 8.03 5.2 23.5 -
YUV 64.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 71 48 135 0.47 0.64 0 0.47 255.86 0.48 0.36
Hex 47 30 87 2F 40 0 2F 100 30 24
Octal 107 60 207 57 100 0 57 400 60 44
Binary 1000111 110000 10000111 101111 1000000 0 101111 100000000 110000 100100

Color Harmonies of #473087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473087

Black with #473087

Text Example


Text Example

White with #473087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473087; }

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

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

background-color css

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

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

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

border-color css

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

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

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