Html Css Color HEX #473C95 Blue Gem

📋 copy color: '#473C95'

red 71 ◦ green 60 ◦ blue 149

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

Shades of Blue Gem #473C95

Tints of Blue Gem #473C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 25.36%
G = 21.43%
B = 53.21%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#473C95 (or 0x473C95) is known color: Blue Gem. HEX triplet: 47, 3C and 95. RGB value is (71,60,149). Sum of RGB (Red+Green+Blue) = 71+60+149=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #473C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C95 is #B8C36A. Grayscale: #494949. Windows color (decimal): -12108651 or 9780295. OLE color: 9780295.

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

Color convert

RGB 71 60 149 -
CMYK 0.52 0.60 0 0.42
HSL 247.42º 0.43% 0.41% -
HSV(B) 247.42º 0.6% 0.58% -
XYZ 9.64 6.74 29.23 -
YUV 73.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 71 60 149 0.52 0.60 0 0.42 247.42 0.43 0.41
Hex 47 3C 95 34 3C 0 2A F7 2B 29
Octal 107 74 225 64 74 0 52 367 53 51
Binary 1000111 111100 10010101 110100 111100 0 101010 11110111 101011 101001

Color Harmonies of #473C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C95

Black with #473C95

Text Example


Text Example

White with #473C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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