Html Css Color HEX #471C9B Blue Gem

📋 copy color: '#471C9B'

red 71 ◦ green 28 ◦ blue 155

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

Shades of Blue Gem #471C9B

Tints of Blue Gem #471C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 155 (60.94% from 255) = 61.02%

R = 27.95%
G = 11.02%
B = 61.02%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#471C9B (or 0x471C9B) is known color: Blue Gem. HEX triplet: 47, 1C and 9B. RGB value is (71,28,155). Sum of RGB (Red+Green+Blue) = 71+28+155=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #471C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471C9B is #B8E364. Grayscale: #363636. Windows color (decimal): -12116837 or 10165319. OLE color: 10165319.

HSL color Cylindrical-coordinate representation of color #471C9B: hue angle of 260.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471C9B is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 28 155 -
CMYK 0.54 0.82 0 0.39
HSL 260.31º 0.69% 0.36% -
HSV(B) 260.31º 0.82% 0.61% -
XYZ 8.93 4.54 31.42 -
YUV 55.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 71 28 155 0.54 0.82 0 0.39 260.31 0.69 0.36
Hex 47 1C 9B 36 52 0 27 104 45 24
Octal 107 34 233 66 122 0 47 404 105 44
Binary 1000111 11100 10011011 110110 1010010 0 100111 100000100 1000101 100100

Color Harmonies of #471C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C9B

Black with #471C9B

Text Example


Text Example

White with #471C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,28,155); }

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

background-color css

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

 a { background-color: rgb(71,28,155); }

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

border-color css

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

 span { border-color: rgb(71,28,155); }

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