Html Css Color HEX #47419E Blue Gem

📋 copy color: '#47419E'

red 71 ◦ green 65 ◦ blue 158

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

Shades of Blue Gem #47419E

Tints of Blue Gem #47419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 24.15%
G = 22.11%
B = 53.74%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47419E (or 0x47419E) is known color: Blue Gem. HEX triplet: 47, 41 and 9E. RGB value is (71,65,158). Sum of RGB (Red+Green+Blue) = 71+65+158=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #47419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47419E is #B8BE61. Grayscale: #4D4D4D. Windows color (decimal): -12107362 or 10371399. OLE color: 10371399.

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

Color convert

RGB 71 65 158 -
CMYK 0.55 0.59 0 0.38
HSL 243.87º 0.42% 0.44% -
HSV(B) 243.87º 0.59% 0.62% -
XYZ 10.66 7.59 33.25 -
YUV 77.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 71 65 158 0.55 0.59 0 0.38 243.87 0.42 0.44
Hex 47 41 9E 37 3B 0 26 F4 2A 2C
Octal 107 101 236 67 73 0 46 364 52 54
Binary 1000111 1000001 10011110 110111 111011 0 100110 11110100 101010 101100

Color Harmonies of #47419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47419E

Black with #47419E

Text Example


Text Example

White with #47419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47419E; }

 p { color: rgb(71,65,158); }

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

background-color css

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

 a { background-color: rgb(71,65,158); }

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

border-color css

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

 span { border-color: rgb(71,65,158); }

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