Html Css Color HEX #473CAF Blue Gem

📋 copy color: '#473CAF'

red 71 ◦ green 60 ◦ blue 175

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

Shades of Blue Gem #473CAF

Tints of Blue Gem #473CAF

RGB

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

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

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

R = 23.2%
G = 19.61%
B = 57.19%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#473CAF (or 0x473CAF) is known color: Blue Gem. HEX triplet: 47, 3C and AF. RGB value is (71,60,175). Sum of RGB (Red+Green+Blue) = 71+60+175=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #473CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CAF is #B8C350. Grayscale: #4B4B4B. Windows color (decimal): -12108625 or 11484231. OLE color: 11484231.

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

Color convert

RGB 71 60 175 -
CMYK 0.59 0.66 0 0.31
HSL 245.74º 0.49% 0.46% -
HSV(B) 245.74º 0.66% 0.69% -
XYZ 11.95 7.67 41.41 -
YUV 76.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 71 60 175 0.59 0.66 0 0.31 245.74 0.49 0.46
Hex 47 3C AF 3B 42 0 1F F6 31 2E
Octal 107 74 257 73 102 0 37 366 61 56
Binary 1000111 111100 10101111 111011 1000010 0 11111 11110110 110001 101110

Color Harmonies of #473CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CAF

Black with #473CAF

Text Example


Text Example

White with #473CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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