Html Css Color HEX #473AA4 Blue Gem

📋 copy color: '#473AA4'

red 71 ◦ green 58 ◦ blue 164

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

Shades of Blue Gem #473AA4

Tints of Blue Gem #473AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.97%

R = 24.23%
G = 19.8%
B = 55.97%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#473AA4 (or 0x473AA4) is known color: Blue Gem. HEX triplet: 47, 3A and A4. RGB value is (71,58,164). Sum of RGB (Red+Green+Blue) = 71+58+164=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #473AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AA4 is #B8C55B. Grayscale: #494949. Windows color (decimal): -12109148 or 10762823. OLE color: 10762823.

HSL color Cylindrical-coordinate representation of color #473AA4: hue angle of 247.36º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473AA4 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 58 164 -
CMYK 0.57 0.65 0 0.36
HSL 247.36º 0.48% 0.44% -
HSV(B) 247.36º 0.65% 0.64% -
XYZ 10.81 7.05 35.91 -
YUV 73.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 71 58 164 0.57 0.65 0 0.36 247.36 0.48 0.44
Hex 47 3A A4 39 41 0 24 F7 30 2C
Octal 107 72 244 71 101 0 44 367 60 54
Binary 1000111 111010 10100100 111001 1000001 0 100100 11110111 110000 101100

Color Harmonies of #473AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AA4

Black with #473AA4

Text Example


Text Example

White with #473AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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