Html Css Color HEX #473694 Blue Gem

📋 copy color: '#473694'

red 71 ◦ green 54 ◦ blue 148

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

Shades of Blue Gem #473694

Tints of Blue Gem #473694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.21%

R = 26.01%
G = 19.78%
B = 54.21%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#473694 (or 0x473694) is known color: Blue Gem. HEX triplet: 47, 36 and 94. RGB value is (71,54,148). Sum of RGB (Red+Green+Blue) = 71+54+148=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #473694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473694 is #B8C96B. Grayscale: #454545. Windows color (decimal): -12110188 or 9713223. OLE color: 9713223.

HSL color Cylindrical-coordinate representation of color #473694: hue angle of 250.85º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473694 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 54 148 -
CMYK 0.52 0.64 0 0.42
HSL 250.85º 0.47% 0.4% -
HSV(B) 250.85º 0.64% 0.58% -
XYZ 9.26 6.12 28.71 -
YUV 69.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 71 54 148 0.52 0.64 0 0.42 250.85 0.47 0.4
Hex 47 36 94 34 40 0 2A FB 2F 28
Octal 107 66 224 64 100 0 52 373 57 50
Binary 1000111 110110 10010100 110100 1000000 0 101010 11111011 101111 101000

Color Harmonies of #473694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473694

Black with #473694

Text Example


Text Example

White with #473694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473694; }

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

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

background-color css

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

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

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

border-color css

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

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

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