Html Css Color HEX #473AAC Blue Gem

📋 copy color: '#473AAC'

red 71 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #473AAC

Tints of Blue Gem #473AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 23.59%
G = 19.27%
B = 57.14%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#473AAC (or 0x473AAC) is known color: Blue Gem. HEX triplet: 47, 3A and AC. RGB value is (71,58,172). Sum of RGB (Red+Green+Blue) = 71+58+172=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #473AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AAC is #B8C553. Grayscale: #4A4A4A. Windows color (decimal): -12109140 or 11287111. OLE color: 11287111.

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

Color convert

RGB 71 58 172 -
CMYK 0.59 0.66 0 0.33
HSL 246.84º 0.5% 0.45% -
HSV(B) 246.84º 0.66% 0.67% -
XYZ 11.56 7.34 39.84 -
YUV 74.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 71 58 172 0.59 0.66 0 0.33 246.84 0.5 0.45
Hex 47 3A AC 3B 42 0 21 F7 32 2D
Octal 107 72 254 73 102 0 41 367 62 55
Binary 1000111 111010 10101100 111011 1000010 0 100001 11110111 110010 101101

Color Harmonies of #473AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AAC

Black with #473AAC

Text Example


Text Example

White with #473AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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