Html Css Color HEX #473692 Blue Gem

📋 copy color: '#473692'

red 71 ◦ green 54 ◦ blue 146

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

Shades of Blue Gem #473692

Tints of Blue Gem #473692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 26.2%
G = 19.93%
B = 53.87%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473692 (or 0x473692) is known color: Blue Gem. HEX triplet: 47, 36 and 92. RGB value is (71,54,146). Sum of RGB (Red+Green+Blue) = 71+54+146=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #473692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473692 is #B8C96D. Grayscale: #454545. Windows color (decimal): -12110190 or 9582151. OLE color: 9582151.

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

Color convert

RGB 71 54 146 -
CMYK 0.51 0.63 0 0.43
HSL 251.09º 0.46% 0.39% -
HSV(B) 251.09º 0.63% 0.57% -
XYZ 9.11 6.05 27.88 -
YUV 69.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 71 54 146 0.51 0.63 0 0.43 251.09 0.46 0.39
Hex 47 36 92 33 3F 0 2B FB 2E 27
Octal 107 66 222 63 77 0 53 373 56 47
Binary 1000111 110110 10010010 110011 111111 0 101011 11111011 101110 100111

Color Harmonies of #473692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473692

Black with #473692

Text Example


Text Example

White with #473692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473692; }

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

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

background-color css

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

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

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

border-color css

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

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

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