Html Css Color HEX #473CAB Blue Gem

📋 copy color: '#473CAB'

red 71 ◦ green 60 ◦ blue 171

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

Shades of Blue Gem #473CAB

Tints of Blue Gem #473CAB

RGB

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

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

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

R = 23.51%
G = 19.87%
B = 56.62%

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

#473CAB (or 0x473CAB) is known color: Blue Gem. HEX triplet: 47, 3C and AB. RGB value is (71,60,171). Sum of RGB (Red+Green+Blue) = 71+60+171=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #473CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CAB is #B8C354. Grayscale: #4B4B4B. Windows color (decimal): -12108629 or 11222087. OLE color: 11222087.

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

Color convert

RGB 71 60 171 -
CMYK 0.58 0.65 0 0.33
HSL 245.95º 0.48% 0.45% -
HSV(B) 245.95º 0.65% 0.67% -
XYZ 11.57 7.51 39.37 -
YUV 75.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 71 60 171 0.58 0.65 0 0.33 245.95 0.48 0.45
Hex 47 3C AB 3A 41 0 21 F6 30 2D
Octal 107 74 253 72 101 0 41 366 60 55
Binary 1000111 111100 10101011 111010 1000001 0 100001 11110110 110000 101101

Color Harmonies of #473CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CAB

Black with #473CAB

Text Example


Text Example

White with #473CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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