Html Css Color HEX #473891 Blue Gem

📋 copy color: '#473891'

red 71 ◦ green 56 ◦ blue 145

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

Shades of Blue Gem #473891

Tints of Blue Gem #473891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

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

R = 26.1%
G = 20.59%
B = 53.31%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473891 (or 0x473891) is known color: Blue Gem. HEX triplet: 47, 38 and 91. RGB value is (71,56,145). Sum of RGB (Red+Green+Blue) = 71+56+145=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #473891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473891 is #B8C76E. Grayscale: #464646. Windows color (decimal): -12109679 or 9517127. OLE color: 9517127.

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

Color convert

RGB 71 56 145 -
CMYK 0.51 0.61 0 0.43
HSL 250.11º 0.44% 0.39% -
HSV(B) 250.11º 0.61% 0.57% -
XYZ 9.12 6.21 27.51 -
YUV 70.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 71 56 145 0.51 0.61 0 0.43 250.11 0.44 0.39
Hex 47 38 91 33 3D 0 2B FA 2C 27
Octal 107 70 221 63 75 0 53 372 54 47
Binary 1000111 111000 10010001 110011 111101 0 101011 11111010 101100 100111

Color Harmonies of #473891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473891

Black with #473891

Text Example


Text Example

White with #473891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473891; }

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

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

background-color css

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

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

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

border-color css

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

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

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