Html Css Color HEX #473DAD Blue Gem

📋 copy color: '#473DAD'

red 71 ◦ green 61 ◦ blue 173

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

Shades of Blue Gem #473DAD

Tints of Blue Gem #473DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 23.28%
G = 20%
B = 56.72%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#473DAD (or 0x473DAD) is known color: Blue Gem. HEX triplet: 47, 3D and AD. RGB value is (71,61,173). Sum of RGB (Red+Green+Blue) = 71+61+173=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #473DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DAD is #B8C252. Grayscale: #4C4C4C. Windows color (decimal): -12108371 or 11353415. OLE color: 11353415.

HSL color Cylindrical-coordinate representation of color #473DAD: hue angle of 245.36º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473DAD is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 61 173 -
CMYK 0.59 0.65 0 0.32
HSL 245.36º 0.48% 0.46% -
HSV(B) 245.36º 0.65% 0.68% -
XYZ 11.81 7.69 40.4 -
YUV 76.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 71 61 173 0.59 0.65 0 0.32 245.36 0.48 0.46
Hex 47 3D AD 3B 41 0 20 F5 30 2E
Octal 107 75 255 73 101 0 40 365 60 56
Binary 1000111 111101 10101101 111011 1000001 0 100000 11110101 110000 101110

Color Harmonies of #473DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DAD

Black with #473DAD

Text Example


Text Example

White with #473DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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