Html Css Color HEX #473CAA Blue Gem

📋 copy color: '#473CAA'

red 71 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #473CAA

Tints of Blue Gem #473CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 23.59%
G = 19.93%
B = 56.48%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#473CAA (or 0x473CAA) is known color: Blue Gem. HEX triplet: 47, 3C and AA. RGB value is (71,60,170). Sum of RGB (Red+Green+Blue) = 71+60+170=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #473CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CAA is #B8C355. Grayscale: #4B4B4B. Windows color (decimal): -12108630 or 11156551. OLE color: 11156551.

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

Color convert

RGB 71 60 170 -
CMYK 0.58 0.65 0 0.33
HSL 246º 0.48% 0.45% -
HSV(B) 246º 0.65% 0.67% -
XYZ 11.47 7.47 38.87 -
YUV 75.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 71 60 170 0.58 0.65 0 0.33 246 0.48 0.45
Hex 47 3C AA 3A 41 0 21 F6 30 2D
Octal 107 74 252 72 101 0 41 366 60 55
Binary 1000111 111100 10101010 111010 1000001 0 100001 11110110 110000 101101

Color Harmonies of #473CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CAA

Black with #473CAA

Text Example


Text Example

White with #473CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,170); }

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

background-color css

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

 a { background-color: rgb(71,60,170); }

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

border-color css

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

 span { border-color: rgb(71,60,170); }

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