Html Css Color HEX #473996 Blue Gem

📋 copy color: '#473996'

red 71 ◦ green 57 ◦ blue 150

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

Shades of Blue Gem #473996

Tints of Blue Gem #473996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

 BLUE value IS 150 (58.98% from 255) = 53.96%

R = 25.54%
G = 20.5%
B = 53.96%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#473996 (or 0x473996) is known color: Blue Gem. HEX triplet: 47, 39 and 96. RGB value is (71,57,150). Sum of RGB (Red+Green+Blue) = 71+57+150=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #473996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473996 is #B8C669. Grayscale: #474747. Windows color (decimal): -12109418 or 9845063. OLE color: 9845063.

HSL color Cylindrical-coordinate representation of color #473996: hue angle of 249.03º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #473996 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 57 150 -
CMYK 0.53 0.62 0 0.41
HSL 249.03º 0.45% 0.41% -
HSV(B) 249.03º 0.62% 0.59% -
XYZ 9.57 6.47 29.6 -
YUV 71.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 71 57 150 0.53 0.62 0 0.41 249.03 0.45 0.41
Hex 47 39 96 35 3E 0 29 F9 2D 29
Octal 107 71 226 65 76 0 51 371 55 51
Binary 1000111 111001 10010110 110101 111110 0 101001 11111001 101101 101001

Color Harmonies of #473996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473996

Black with #473996

Text Example


Text Example

White with #473996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473996; }

 p { color: rgb(71,57,150); }

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

background-color css

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

 a { background-color: rgb(71,57,150); }

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

border-color css

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

 span { border-color: rgb(71,57,150); }

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