Html Css Color HEX #473EA8 Blue Gem

📋 copy color: '#473EA8'

red 71 ◦ green 62 ◦ blue 168

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

Shades of Blue Gem #473EA8

Tints of Blue Gem #473EA8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 168 (66.02% from 255) = 55.81%

R = 23.59%
G = 20.6%
B = 55.81%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#473EA8 (or 0x473EA8) is known color: Blue Gem. HEX triplet: 47, 3E and A8. RGB value is (71,62,168). Sum of RGB (Red+Green+Blue) = 71+62+168=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 168 (66.02% from 255 or 55.81% from 301); Max value from RGB is 168 - color contains mainly: blue. Hex color #473EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473EA8 is #B8C157. Grayscale: #4C4C4C. Windows color (decimal): -12108120 or 11025991. OLE color: 11025991.

HSL color Cylindrical-coordinate representation of color #473EA8: hue angle of 245.09º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473EA8 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 71 62 168 -
CMYK 0.58 0.63 0 0.34
HSL 245.09º 0.46% 0.45% -
HSV(B) 245.09º 0.63% 0.66% -
XYZ 11.39 7.61 37.91 -
YUV 76.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 71 62 168 0.58 0.63 0 0.34 245.09 0.46 0.45
Hex 47 3E A8 3A 3F 0 22 F5 2E 2D
Octal 107 76 250 72 77 0 42 365 56 55
Binary 1000111 111110 10101000 111010 111111 0 100010 11110101 101110 101101

Color Harmonies of #473EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EA8

Black with #473EA8

Text Example


Text Example

White with #473EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,62,168); }

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

background-color css

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

 a { background-color: rgb(71,62,168); }

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

border-color css

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

 span { border-color: rgb(71,62,168); }

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