Html Css Color HEX #473BAD Blue Gem

📋 copy color: '#473BAD'

red 71 ◦ green 59 ◦ blue 173

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

Shades of Blue Gem #473BAD

Tints of Blue Gem #473BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 23.43%
G = 19.47%
B = 57.1%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#473BAD (or 0x473BAD) is known color: Blue Gem. HEX triplet: 47, 3B and AD. RGB value is (71,59,173). Sum of RGB (Red+Green+Blue) = 71+59+173=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #473BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BAD is #B8C452. Grayscale: #4B4B4B. Windows color (decimal): -12108883 or 11352903. OLE color: 11352903.

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

Color convert

RGB 71 59 173 -
CMYK 0.59 0.66 0 0.32
HSL 246.32º 0.49% 0.45% -
HSV(B) 246.32º 0.66% 0.68% -
XYZ 11.71 7.48 40.36 -
YUV 75.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 71 59 173 0.59 0.66 0 0.32 246.32 0.49 0.45
Hex 47 3B AD 3B 42 0 20 F6 31 2D
Octal 107 73 255 73 102 0 40 366 61 55
Binary 1000111 111011 10101101 111011 1000010 0 100000 11110110 110001 101101

Color Harmonies of #473BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BAD

Black with #473BAD

Text Example


Text Example

White with #473BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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