Html Css Color HEX #473DAE Blue Gem

📋 copy color: '#473DAE'

red 71 ◦ green 61 ◦ blue 174

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

Shades of Blue Gem #473DAE

Tints of Blue Gem #473DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 23.2%
G = 19.93%
B = 56.86%

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

#473DAE (or 0x473DAE) is known color: Blue Gem. HEX triplet: 47, 3D and AE. RGB value is (71,61,174). Sum of RGB (Red+Green+Blue) = 71+61+174=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #473DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DAE is #B8C251. Grayscale: #4C4C4C. Windows color (decimal): -12108370 or 11418951. OLE color: 11418951.

HSL color Cylindrical-coordinate representation of color #473DAE: hue angle of 245.31º 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 #473DAE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 61 174 -
CMYK 0.59 0.65 0 0.32
HSL 245.31º 0.48% 0.46% -
HSV(B) 245.31º 0.65% 0.68% -
XYZ 11.91 7.73 40.91 -
YUV 76.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 71 61 174 0.59 0.65 0 0.32 245.31 0.48 0.46
Hex 47 3D AE 3B 41 0 20 F5 30 2E
Octal 107 75 256 73 101 0 40 365 60 56
Binary 1000111 111101 10101110 111011 1000001 0 100000 11110101 110000 101110

Color Harmonies of #473DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DAE

Black with #473DAE

Text Example


Text Example

White with #473DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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