Html Css Color HEX #473BAC Blue Gem

📋 copy color: '#473BAC'

red 71 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #473BAC

Tints of Blue Gem #473BAC

RGB

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

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

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

R = 23.51%
G = 19.54%
B = 56.95%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#473BAC (or 0x473BAC) is known color: Blue Gem. HEX triplet: 47, 3B and AC. RGB value is (71,59,172). Sum of RGB (Red+Green+Blue) = 71+59+172=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #473BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BAC is #B8C453. Grayscale: #4B4B4B. Windows color (decimal): -12108884 or 11287367. OLE color: 11287367.

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

Color convert

RGB 71 59 172 -
CMYK 0.59 0.66 0 0.33
HSL 246.37º 0.49% 0.45% -
HSV(B) 246.37º 0.66% 0.67% -
XYZ 11.61 7.45 39.86 -
YUV 75.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 71 59 172 0.59 0.66 0 0.33 246.37 0.49 0.45
Hex 47 3B AC 3B 42 0 21 F6 31 2D
Octal 107 73 254 73 102 0 41 366 61 55
Binary 1000111 111011 10101100 111011 1000010 0 100001 11110110 110001 101101

Color Harmonies of #473BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BAC

Black with #473BAC

Text Example


Text Example

White with #473BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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