Html Css Color HEX #473691 Blue Gem

📋 copy color: '#473691'

red 71 ◦ green 54 ◦ blue 145

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

Shades of Blue Gem #473691

Tints of Blue Gem #473691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 26.3%
G = 20%
B = 53.7%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473691 (or 0x473691) is known color: Blue Gem. HEX triplet: 47, 36 and 91. RGB value is (71,54,145). Sum of RGB (Red+Green+Blue) = 71+54+145=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #473691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473691 is #B8C96E. Grayscale: #454545. Windows color (decimal): -12110191 or 9516615. OLE color: 9516615.

HSL color Cylindrical-coordinate representation of color #473691: hue angle of 251.21º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473691 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 54 145 -
CMYK 0.51 0.63 0 0.43
HSL 251.21º 0.46% 0.39% -
HSV(B) 251.21º 0.63% 0.57% -
XYZ 9.03 6.02 27.47 -
YUV 69.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 71 54 145 0.51 0.63 0 0.43 251.21 0.46 0.39
Hex 47 36 91 33 3F 0 2B FB 2E 27
Octal 107 66 221 63 77 0 53 373 56 47
Binary 1000111 110110 10010001 110011 111111 0 101011 11111011 101110 100111

Color Harmonies of #473691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473691

Black with #473691

Text Example


Text Example

White with #473691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473691; }

 p { color: rgb(71,54,145); }

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

background-color css

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

 a { background-color: rgb(71,54,145); }

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

border-color css

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

 span { border-color: rgb(71,54,145); }

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