Html Css Color HEX #473090 Blue Gem

📋 copy color: '#473090'

red 71 ◦ green 48 ◦ blue 144

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

Shades of Blue Gem #473090

Tints of Blue Gem #473090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 27%
G = 18.25%
B = 54.75%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#473090 (or 0x473090) is known color: Blue Gem. HEX triplet: 47, 30 and 90. RGB value is (71,48,144). Sum of RGB (Red+Green+Blue) = 71+48+144=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #473090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473090 is #B8CF6F. Grayscale: #414141. Windows color (decimal): -12111728 or 9449543. OLE color: 9449543.

HSL color Cylindrical-coordinate representation of color #473090: hue angle of 254.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473090 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 48 144 -
CMYK 0.51 0.67 0 0.44
HSL 254.38º 0.5% 0.38% -
HSV(B) 254.38º 0.67% 0.56% -
XYZ 8.69 5.47 26.98 -
YUV 65.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 71 48 144 0.51 0.67 0 0.44 254.38 0.5 0.38
Hex 47 30 90 33 43 0 2C FE 32 26
Octal 107 60 220 63 103 0 54 376 62 46
Binary 1000111 110000 10010000 110011 1000011 0 101100 11111110 110010 100110

Color Harmonies of #473090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473090

Black with #473090

Text Example


Text Example

White with #473090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473090; }

 p { color: rgb(71,48,144); }

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

background-color css

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

 a { background-color: rgb(71,48,144); }

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

border-color css

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

 span { border-color: rgb(71,48,144); }

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