Html Css Color HEX #473C93 Blue Gem

📋 copy color: '#473C93'

red 71 ◦ green 60 ◦ blue 147

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

Shades of Blue Gem #473C93

Tints of Blue Gem #473C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 25.54%
G = 21.58%
B = 52.88%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#473C93 (or 0x473C93) is known color: Blue Gem. HEX triplet: 47, 3C and 93. RGB value is (71,60,147). Sum of RGB (Red+Green+Blue) = 71+60+147=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #473C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C93 is #B8C36C. Grayscale: #484848. Windows color (decimal): -12108653 or 9649223. OLE color: 9649223.

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

Color convert

RGB 71 60 147 -
CMYK 0.52 0.59 0 0.42
HSL 247.59º 0.42% 0.41% -
HSV(B) 247.59º 0.59% 0.58% -
XYZ 9.48 6.68 28.39 -
YUV 73.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 71 60 147 0.52 0.59 0 0.42 247.59 0.42 0.41
Hex 47 3C 93 34 3B 0 2A F8 2A 29
Octal 107 74 223 64 73 0 52 370 52 51
Binary 1000111 111100 10010011 110100 111011 0 101010 11111000 101010 101001

Color Harmonies of #473C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C93

Black with #473C93

Text Example


Text Example

White with #473C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C93; }

 p { color: rgb(71,60,147); }

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

background-color css

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

 a { background-color: rgb(71,60,147); }

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

border-color css

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

 span { border-color: rgb(71,60,147); }

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