Html Css Color HEX #473AAB Blue Gem

📋 copy color: '#473AAB'

red 71 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #473AAB

Tints of Blue Gem #473AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 23.67%
G = 19.33%
B = 57%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#473AAB (or 0x473AAB) is known color: Blue Gem. HEX triplet: 47, 3A and AB. RGB value is (71,58,171). Sum of RGB (Red+Green+Blue) = 71+58+171=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #473AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AAB is #B8C554. Grayscale: #4A4A4A. Windows color (decimal): -12109141 or 11221575. OLE color: 11221575.

HSL color Cylindrical-coordinate representation of color #473AAB: hue angle of 246.9º 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 #473AAB is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 58 171 -
CMYK 0.58 0.66 0 0.33
HSL 246.9º 0.49% 0.45% -
HSV(B) 246.9º 0.66% 0.67% -
XYZ 11.46 7.31 39.33 -
YUV 74.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 71 58 171 0.58 0.66 0 0.33 246.9 0.49 0.45
Hex 47 3A AB 3A 42 0 21 F7 31 2D
Octal 107 72 253 72 102 0 41 367 61 55
Binary 1000111 111010 10101011 111010 1000010 0 100001 11110111 110001 101101

Color Harmonies of #473AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AAB

Black with #473AAB

Text Example


Text Example

White with #473AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,58,171); }

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

background-color css

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

 a { background-color: rgb(71,58,171); }

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

border-color css

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

 span { border-color: rgb(71,58,171); }

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