Html Css Color HEX #473C99 Blue Gem

📋 copy color: '#473C99'

red 71 ◦ green 60 ◦ blue 153

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

Shades of Blue Gem #473C99

Tints of Blue Gem #473C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 25%
G = 21.13%
B = 53.87%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#473C99 (or 0x473C99) is known color: Blue Gem. HEX triplet: 47, 3C and 99. RGB value is (71,60,153). Sum of RGB (Red+Green+Blue) = 71+60+153=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #473C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C99 is #B8C366. Grayscale: #494949. Windows color (decimal): -12108647 or 10042439. OLE color: 10042439.

HSL color Cylindrical-coordinate representation of color #473C99: hue angle of 247.1º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473C99 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 60 153 -
CMYK 0.54 0.61 0 0.4
HSL 247.1º 0.44% 0.42% -
HSV(B) 247.1º 0.61% 0.6% -
XYZ 9.96 6.87 30.94 -
YUV 73.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 71 60 153 0.54 0.61 0 0.4 247.1 0.44 0.42
Hex 47 3C 99 36 3D 0 28 F7 2C 2A
Octal 107 74 231 66 75 0 50 367 54 52
Binary 1000111 111100 10011001 110110 111101 0 101000 11110111 101100 101010

Color Harmonies of #473C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C99

Black with #473C99

Text Example


Text Example

White with #473C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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