Html Css Color HEX #473288 Blue Gem

📋 copy color: '#473288'

red 71 ◦ green 50 ◦ blue 136

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

Shades of Blue Gem #473288

Tints of Blue Gem #473288

RGB

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

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

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

R = 27.63%
G = 19.46%
B = 52.92%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#473288 (or 0x473288) is known color: Blue Gem. HEX triplet: 47, 32 and 88. RGB value is (71,50,136). Sum of RGB (Red+Green+Blue) = 71+50+136=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #473288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473288 is #B8CD77. Grayscale: #414141. Windows color (decimal): -12111224 or 8925767. OLE color: 8925767.

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

Color convert

RGB 71 50 136 -
CMYK 0.48 0.63 0 0.47
HSL 254.65º 0.46% 0.36% -
HSV(B) 254.65º 0.63% 0.53% -
XYZ 8.18 5.4 23.9 -
YUV 66.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 71 50 136 0.48 0.63 0 0.47 254.65 0.46 0.36
Hex 47 32 88 30 3F 0 2F FF 2E 24
Octal 107 62 210 60 77 0 57 377 56 44
Binary 1000111 110010 10001000 110000 111111 0 101111 11111111 101110 100100

Color Harmonies of #473288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473288

Black with #473288

Text Example


Text Example

White with #473288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473288; }

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

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

background-color css

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

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

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

border-color css

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

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

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