Html Css Color HEX #471A9E Blue Gem

📋 copy color: '#471A9E'

red 71 ◦ green 26 ◦ blue 158

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

Shades of Blue Gem #471A9E

Tints of Blue Gem #471A9E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.2%

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

R = 27.84%
G = 10.2%
B = 61.96%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#471A9E (or 0x471A9E) is known color: Blue Gem. HEX triplet: 47, 1A and 9E. RGB value is (71,26,158). Sum of RGB (Red+Green+Blue) = 71+26+158=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #471A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471A9E is #B8E561. Grayscale: #363636. Windows color (decimal): -12117346 or 10361415. OLE color: 10361415.

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

Color convert

RGB 71 26 158 -
CMYK 0.55 0.84 0 0.38
HSL 260.45º 0.72% 0.36% -
HSV(B) 260.45º 0.84% 0.62% -
XYZ 9.14 4.55 32.74 -
YUV 54.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 71 26 158 0.55 0.84 0 0.38 260.45 0.72 0.36
Hex 47 1A 9E 37 54 0 26 104 48 24
Octal 107 32 236 67 124 0 46 404 110 44
Binary 1000111 11010 10011110 110111 1010100 0 100110 100000100 1001000 100100

Color Harmonies of #471A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A9E

Black with #471A9E

Text Example


Text Example

White with #471A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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