Html Css Color HEX #47369F Blue Gem

📋 copy color: '#47369F'

red 71 ◦ green 54 ◦ blue 159

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

Shades of Blue Gem #47369F

Tints of Blue Gem #47369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 25%
G = 19.01%
B = 55.99%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47369F (or 0x47369F) is known color: Blue Gem. HEX triplet: 47, 36 and 9F. RGB value is (71,54,159). Sum of RGB (Red+Green+Blue) = 71+54+159=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #47369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47369F is #B8C960. Grayscale: #464646. Windows color (decimal): -12110177 or 10434119. OLE color: 10434119.

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

Color convert

RGB 71 54 159 -
CMYK 0.55 0.66 0 0.38
HSL 249.71º 0.49% 0.42% -
HSV(B) 249.71º 0.66% 0.62% -
XYZ 10.18 6.48 33.52 -
YUV 71.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 71 54 159 0.55 0.66 0 0.38 249.71 0.49 0.42
Hex 47 36 9F 37 42 0 26 FA 31 2A
Octal 107 66 237 67 102 0 46 372 61 52
Binary 1000111 110110 10011111 110111 1000010 0 100110 11111010 110001 101010

Color Harmonies of #47369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47369F

Black with #47369F

Text Example


Text Example

White with #47369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47369F; }

 p { color: rgb(71,54,159); }

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

background-color css

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

 a { background-color: rgb(71,54,159); }

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

border-color css

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

 span { border-color: rgb(71,54,159); }

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