Html Css Color HEX #473DA1 Blue Gem

📋 copy color: '#473DA1'

red 71 ◦ green 61 ◦ blue 161

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

Shades of Blue Gem #473DA1

Tints of Blue Gem #473DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

 BLUE value IS 161 (63.28% from 255) = 54.95%

R = 24.23%
G = 20.82%
B = 54.95%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#473DA1 (or 0x473DA1) is known color: Blue Gem. HEX triplet: 47, 3D and A1. RGB value is (71,61,161). Sum of RGB (Red+Green+Blue) = 71+61+161=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #473DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DA1 is #B8C25E. Grayscale: #4B4B4B. Windows color (decimal): -12108383 or 10566983. OLE color: 10566983.

HSL color Cylindrical-coordinate representation of color #473DA1: hue angle of 246º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473DA1 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 61 161 -
CMYK 0.56 0.62 0 0.37
HSL 246º 0.45% 0.44% -
HSV(B) 246º 0.62% 0.63% -
XYZ 10.7 7.25 34.55 -
YUV 75.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 71 61 161 0.56 0.62 0 0.37 246 0.45 0.44
Hex 47 3D A1 38 3E 0 25 F6 2D 2C
Octal 107 75 241 70 76 0 45 366 55 54
Binary 1000111 111101 10100001 111000 111110 0 100101 11110110 101101 101100

Color Harmonies of #473DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DA1

Black with #473DA1

Text Example


Text Example

White with #473DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,61,161); }

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

background-color css

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

 a { background-color: rgb(71,61,161); }

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

border-color css

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

 span { border-color: rgb(71,61,161); }

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