Html Css Color HEX #473396 Blue Gem

📋 copy color: '#473396'

red 71 ◦ green 51 ◦ blue 150

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

Shades of Blue Gem #473396

Tints of Blue Gem #473396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 26.1%
G = 18.75%
B = 55.15%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#473396 (or 0x473396) is known color: Blue Gem. HEX triplet: 47, 33 and 96. RGB value is (71,51,150). Sum of RGB (Red+Green+Blue) = 71+51+150=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #473396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473396 is #B8CC69. Grayscale: #434343. Windows color (decimal): -12110954 or 9843527. OLE color: 9843527.

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

Color convert

RGB 71 51 150 -
CMYK 0.53 0.66 0 0.41
HSL 252.12º 0.49% 0.39% -
HSV(B) 252.12º 0.66% 0.59% -
XYZ 9.29 5.91 29.51 -
YUV 68.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 71 51 150 0.53 0.66 0 0.41 252.12 0.49 0.39
Hex 47 33 96 35 42 0 29 FC 31 27
Octal 107 63 226 65 102 0 51 374 61 47
Binary 1000111 110011 10010110 110101 1000010 0 101001 11111100 110001 100111

Color Harmonies of #473396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473396

Black with #473396

Text Example


Text Example

White with #473396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473396; }

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

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

background-color css

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

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

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

border-color css

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

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

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