Html Css Color HEX #473096 Blue Gem

📋 copy color: '#473096'

red 71 ◦ green 48 ◦ blue 150

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

Shades of Blue Gem #473096

Tints of Blue Gem #473096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 26.39%
G = 17.84%
B = 55.76%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#473096 (or 0x473096) is known color: Blue Gem. HEX triplet: 47, 30 and 96. RGB value is (71,48,150). Sum of RGB (Red+Green+Blue) = 71+48+150=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #473096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473096 is #B8CF69. Grayscale: #424242. Windows color (decimal): -12111722 or 9842759. OLE color: 9842759.

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

Color convert

RGB 71 48 150 -
CMYK 0.53 0.68 0 0.41
HSL 253.53º 0.52% 0.39% -
HSV(B) 253.53º 0.68% 0.59% -
XYZ 9.16 5.66 29.46 -
YUV 66.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 71 48 150 0.53 0.68 0 0.41 253.53 0.52 0.39
Hex 47 30 96 35 44 0 29 FE 34 27
Octal 107 60 226 65 104 0 51 376 64 47
Binary 1000111 110000 10010110 110101 1000100 0 101001 11111110 110100 100111

Color Harmonies of #473096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473096

Black with #473096

Text Example


Text Example

White with #473096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473096; }

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

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

background-color css

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

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

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

border-color css

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

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

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