Html Css Color HEX #473BA7 Blue Gem

📋 copy color: '#473BA7'

red 71 ◦ green 59 ◦ blue 167

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

Shades of Blue Gem #473BA7

Tints of Blue Gem #473BA7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 167 (65.63% from 255) = 56.23%

R = 23.91%
G = 19.87%
B = 56.23%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#473BA7 (or 0x473BA7) is known color: Blue Gem. HEX triplet: 47, 3B and A7. RGB value is (71,59,167). Sum of RGB (Red+Green+Blue) = 71+59+167=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #473BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BA7 is #B8C458. Grayscale: #4A4A4A. Windows color (decimal): -12108889 or 10959687. OLE color: 10959687.

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

Color convert

RGB 71 59 167 -
CMYK 0.57 0.65 0 0.35
HSL 246.67º 0.48% 0.44% -
HSV(B) 246.67º 0.65% 0.65% -
XYZ 11.14 7.26 37.37 -
YUV 74.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 71 59 167 0.57 0.65 0 0.35 246.67 0.48 0.44
Hex 47 3B A7 39 41 0 23 F7 30 2C
Octal 107 73 247 71 101 0 43 367 60 54
Binary 1000111 111011 10100111 111001 1000001 0 100011 11110111 110000 101100

Color Harmonies of #473BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BA7

Black with #473BA7

Text Example


Text Example

White with #473BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,167); }

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

background-color css

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

 a { background-color: rgb(71,59,167); }

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

border-color css

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

 span { border-color: rgb(71,59,167); }

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