Html Css Color HEX #473CA7 Blue Gem

📋 copy color: '#473CA7'

red 71 ◦ green 60 ◦ blue 167

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

Shades of Blue Gem #473CA7

Tints of Blue Gem #473CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.04%

R = 23.83%
G = 20.13%
B = 56.04%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#473CA7 (or 0x473CA7) is known color: Blue Gem. HEX triplet: 47, 3C and A7. RGB value is (71,60,167). Sum of RGB (Red+Green+Blue) = 71+60+167=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #473CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CA7 is #B8C358. Grayscale: #4B4B4B. Windows color (decimal): -12108633 or 10959943. OLE color: 10959943.

HSL color Cylindrical-coordinate representation of color #473CA7: hue angle of 246.17º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473CA7 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 60 167 -
CMYK 0.57 0.64 0 0.35
HSL 246.17º 0.47% 0.45% -
HSV(B) 246.17º 0.64% 0.65% -
XYZ 11.19 7.36 37.39 -
YUV 75.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 71 60 167 0.57 0.64 0 0.35 246.17 0.47 0.45
Hex 47 3C A7 39 40 0 23 F6 2F 2D
Octal 107 74 247 71 100 0 43 366 57 55
Binary 1000111 111100 10100111 111001 1000000 0 100011 11110110 101111 101101

Color Harmonies of #473CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CA7

Black with #473CA7

Text Example


Text Example

White with #473CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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