Html Css Color HEX #473AAF Blue Gem

📋 copy color: '#473AAF'

red 71 ◦ green 58 ◦ blue 175

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

Shades of Blue Gem #473AAF

Tints of Blue Gem #473AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 23.36%
G = 19.08%
B = 57.57%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#473AAF (or 0x473AAF) is known color: Blue Gem. HEX triplet: 47, 3A and AF. RGB value is (71,58,175). Sum of RGB (Red+Green+Blue) = 71+58+175=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #473AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AAF is #B8C550. Grayscale: #4A4A4A. Windows color (decimal): -12109137 or 11483719. OLE color: 11483719.

HSL color Cylindrical-coordinate representation of color #473AAF: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473AAF is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 58 175 -
CMYK 0.59 0.67 0 0.31
HSL 246.67º 0.5% 0.46% -
HSV(B) 246.67º 0.67% 0.69% -
XYZ 11.85 7.46 41.37 -
YUV 75.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 71 58 175 0.59 0.67 0 0.31 246.67 0.5 0.46
Hex 47 3A AF 3B 43 0 1F F7 32 2E
Octal 107 72 257 73 103 0 37 367 62 56
Binary 1000111 111010 10101111 111011 1000011 0 11111 11110111 110010 101110

Color Harmonies of #473AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AAF

Black with #473AAF

Text Example


Text Example

White with #473AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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