Html Css Color HEX #473992 Blue Gem

📋 copy color: '#473992'

red 71 ◦ green 57 ◦ blue 146

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

Shades of Blue Gem #473992

Tints of Blue Gem #473992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 25.91%
G = 20.8%
B = 53.28%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473992 (or 0x473992) is known color: Blue Gem. HEX triplet: 47, 39 and 92. RGB value is (71,57,146). Sum of RGB (Red+Green+Blue) = 71+57+146=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #473992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473992 is #B8C66D. Grayscale: #464646. Windows color (decimal): -12109422 or 9582919. OLE color: 9582919.

HSL color Cylindrical-coordinate representation of color #473992: hue angle of 249.44º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473992 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 57 146 -
CMYK 0.51 0.61 0 0.43
HSL 249.44º 0.44% 0.4% -
HSV(B) 249.44º 0.61% 0.57% -
XYZ 9.25 6.34 27.93 -
YUV 71.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 71 57 146 0.51 0.61 0 0.43 249.44 0.44 0.4
Hex 47 39 92 33 3D 0 2B F9 2C 28
Octal 107 71 222 63 75 0 53 371 54 50
Binary 1000111 111001 10010010 110011 111101 0 101011 11111001 101100 101000

Color Harmonies of #473992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473992

Black with #473992

Text Example


Text Example

White with #473992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473992; }

 p { color: rgb(71,57,146); }

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

background-color css

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

 a { background-color: rgb(71,57,146); }

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

border-color css

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

 span { border-color: rgb(71,57,146); }

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