Html Css Color HEX #473F9B Blue Gem

📋 copy color: '#473F9B'

red 71 ◦ green 63 ◦ blue 155

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

Shades of Blue Gem #473F9B

Tints of Blue Gem #473F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 24.57%
G = 21.8%
B = 53.63%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#473F9B (or 0x473F9B) is known color: Blue Gem. HEX triplet: 47, 3F and 9B. RGB value is (71,63,155). Sum of RGB (Red+Green+Blue) = 71+63+155=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #473F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F9B is #B8C064. Grayscale: #4B4B4B. Windows color (decimal): -12107877 or 10174279. OLE color: 10174279.

HSL color Cylindrical-coordinate representation of color #473F9B: hue angle of 245.22º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #473F9B is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 63 155 -
CMYK 0.54 0.59 0 0.39
HSL 245.22º 0.42% 0.43% -
HSV(B) 245.22º 0.59% 0.61% -
XYZ 10.29 7.26 31.87 -
YUV 75.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 71 63 155 0.54 0.59 0 0.39 245.22 0.42 0.43
Hex 47 3F 9B 36 3B 0 27 F5 2A 2B
Octal 107 77 233 66 73 0 47 365 52 53
Binary 1000111 111111 10011011 110110 111011 0 100111 11110101 101010 101011

Color Harmonies of #473F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F9B

Black with #473F9B

Text Example


Text Example

White with #473F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,63,155); }

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

background-color css

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

 a { background-color: rgb(71,63,155); }

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

border-color css

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

 span { border-color: rgb(71,63,155); }

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