Html Css Color HEX #471D9E Blue Gem

📋 copy color: '#471D9E'

red 71 ◦ green 29 ◦ blue 158

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

Shades of Blue Gem #471D9E

Tints of Blue Gem #471D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 27.52%
G = 11.24%
B = 61.24%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#471D9E (or 0x471D9E) is known color: Blue Gem. HEX triplet: 47, 1D and 9E. RGB value is (71,29,158). Sum of RGB (Red+Green+Blue) = 71+29+158=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #471D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471D9E is #B8E261. Grayscale: #373737. Windows color (decimal): -12116578 or 10362183. OLE color: 10362183.

HSL color Cylindrical-coordinate representation of color #471D9E: hue angle of 259.53º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471D9E is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 29 158 -
CMYK 0.55 0.82 0 0.38
HSL 259.53º 0.69% 0.37% -
HSV(B) 259.53º 0.82% 0.62% -
XYZ 9.21 4.69 32.77 -
YUV 56.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 71 29 158 0.55 0.82 0 0.38 259.53 0.69 0.37
Hex 47 1D 9E 37 52 0 26 104 45 25
Octal 107 35 236 67 122 0 46 404 105 45
Binary 1000111 11101 10011110 110111 1010010 0 100110 100000100 1000101 100101

Color Harmonies of #471D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D9E

Black with #471D9E

Text Example


Text Example

White with #471D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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