Html Css Color HEX #473EAC Blue Gem

📋 copy color: '#473EAC'

red 71 ◦ green 62 ◦ blue 172

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

Shades of Blue Gem #473EAC

Tints of Blue Gem #473EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 23.28%
G = 20.33%
B = 56.39%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#473EAC (or 0x473EAC) is known color: Blue Gem. HEX triplet: 47, 3E and AC. RGB value is (71,62,172). Sum of RGB (Red+Green+Blue) = 71+62+172=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #473EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473EAC is #B8C153. Grayscale: #4C4C4C. Windows color (decimal): -12108116 or 11288135. OLE color: 11288135.

HSL color Cylindrical-coordinate representation of color #473EAC: hue angle of 244.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473EAC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 62 172 -
CMYK 0.59 0.64 0 0.33
HSL 244.91º 0.47% 0.46% -
HSV(B) 244.91º 0.64% 0.67% -
XYZ 11.77 7.76 39.91 -
YUV 77.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 71 62 172 0.59 0.64 0 0.33 244.91 0.47 0.46
Hex 47 3E AC 3B 40 0 21 F5 2F 2E
Octal 107 76 254 73 100 0 41 365 57 56
Binary 1000111 111110 10101100 111011 1000000 0 100001 11110101 101111 101110

Color Harmonies of #473EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EAC

Black with #473EAC

Text Example


Text Example

White with #473EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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