Html Css Color HEX #473B9D Blue Gem

📋 copy color: '#473B9D'

red 71 ◦ green 59 ◦ blue 157

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

Shades of Blue Gem #473B9D

Tints of Blue Gem #473B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 24.74%
G = 20.56%
B = 54.7%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#473B9D (or 0x473B9D) is known color: Blue Gem. HEX triplet: 47, 3B and 9D. RGB value is (71,59,157). Sum of RGB (Red+Green+Blue) = 71+59+157=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #473B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B9D is #B8C462. Grayscale: #494949. Windows color (decimal): -12108899 or 10304327. OLE color: 10304327.

HSL color Cylindrical-coordinate representation of color #473B9D: hue angle of 247.35º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473B9D is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 59 157 -
CMYK 0.55 0.62 0 0.38
HSL 247.35º 0.45% 0.42% -
HSV(B) 247.35º 0.62% 0.62% -
XYZ 10.25 6.9 32.69 -
YUV 73.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 71 59 157 0.55 0.62 0 0.38 247.35 0.45 0.42
Hex 47 3B 9D 37 3E 0 26 F7 2D 2A
Octal 107 73 235 67 76 0 46 367 55 52
Binary 1000111 111011 10011101 110111 111110 0 100110 11110111 101101 101010

Color Harmonies of #473B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B9D

Black with #473B9D

Text Example


Text Example

White with #473B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,157); }

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

background-color css

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

 a { background-color: rgb(71,59,157); }

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

border-color css

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

 span { border-color: rgb(71,59,157); }

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