Html Css Color HEX #473FA4 Blue Gem

📋 copy color: '#473FA4'

red 71 ◦ green 63 ◦ blue 164

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

Shades of Blue Gem #473FA4

Tints of Blue Gem #473FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

 BLUE value IS 164 (64.45% from 255) = 55.03%

R = 23.83%
G = 21.14%
B = 55.03%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#473FA4 (or 0x473FA4) is known color: Blue Gem. HEX triplet: 47, 3F and A4. RGB value is (71,63,164). Sum of RGB (Red+Green+Blue) = 71+63+164=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #473FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FA4 is #B8C05B. Grayscale: #4C4C4C. Windows color (decimal): -12107868 or 10764103. OLE color: 10764103.

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

Color convert

RGB 71 63 164 -
CMYK 0.57 0.62 0 0.36
HSL 244.75º 0.44% 0.45% -
HSV(B) 244.75º 0.62% 0.64% -
XYZ 11.08 7.57 36 -
YUV 76.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 71 63 164 0.57 0.62 0 0.36 244.75 0.44 0.45
Hex 47 3F A4 39 3E 0 24 F5 2C 2D
Octal 107 77 244 71 76 0 44 365 54 55
Binary 1000111 111111 10100100 111001 111110 0 100100 11110101 101100 101101

Color Harmonies of #473FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FA4

Black with #473FA4

Text Example


Text Example

White with #473FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,164); }

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

background-color css

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

 a { background-color: rgb(71,63,164); }

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

border-color css

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

 span { border-color: rgb(71,63,164); }

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