Html Css Color HEX #473FA5 Blue Gem

📋 copy color: '#473FA5'

red 71 ◦ green 63 ◦ blue 165

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

Shades of Blue Gem #473FA5

Tints of Blue Gem #473FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 55.18%

R = 23.75%
G = 21.07%
B = 55.18%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#473FA5 (or 0x473FA5) is known color: Blue Gem. HEX triplet: 47, 3F and A5. RGB value is (71,63,165). Sum of RGB (Red+Green+Blue) = 71+63+165=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #473FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FA5 is #B8C05A. Grayscale: #4C4C4C. Windows color (decimal): -12107867 or 10829639. OLE color: 10829639.

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

Color convert

RGB 71 63 165 -
CMYK 0.57 0.62 0 0.35
HSL 244.71º 0.45% 0.45% -
HSV(B) 244.71º 0.62% 0.65% -
XYZ 11.17 7.61 36.48 -
YUV 77.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 71 63 165 0.57 0.62 0 0.35 244.71 0.45 0.45
Hex 47 3F A5 39 3E 0 23 F5 2D 2D
Octal 107 77 245 71 76 0 43 365 55 55
Binary 1000111 111111 10100101 111001 111110 0 100011 11110101 101101 101101

Color Harmonies of #473FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FA5

Black with #473FA5

Text Example


Text Example

White with #473FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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