Html Css Color HEX #471DA0 Blue Gem

📋 copy color: '#471DA0'

red 71 ◦ green 29 ◦ blue 160

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

Shades of Blue Gem #471DA0

Tints of Blue Gem #471DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 61.54%

R = 27.31%
G = 11.15%
B = 61.54%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#471DA0 (or 0x471DA0) is known color: Blue Gem. HEX triplet: 47, 1D and A0. RGB value is (71,29,160). Sum of RGB (Red+Green+Blue) = 71+29+160=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #471DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471DA0 is #B8E25F. Grayscale: #383838. Windows color (decimal): -12116576 or 10493255. OLE color: 10493255.

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

Color convert

RGB 71 29 160 -
CMYK 0.56 0.82 0 0.37
HSL 259.24º 0.69% 0.37% -
HSV(B) 259.24º 0.82% 0.63% -
XYZ 9.38 4.76 33.68 -
YUV 56.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 71 29 160 0.56 0.82 0 0.37 259.24 0.69 0.37
Hex 47 1D A0 38 52 0 25 103 45 25
Octal 107 35 240 70 122 0 45 403 105 45
Binary 1000111 11101 10100000 111000 1010010 0 100101 100000011 1000101 100101

Color Harmonies of #471DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DA0

Black with #471DA0

Text Example


Text Example

White with #471DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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