Html Css Color HEX #472690 Blue Gem

📋 copy color: '#472690'

red 71 ◦ green 38 ◦ blue 144

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

Shades of Blue Gem #472690

Tints of Blue Gem #472690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

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

R = 28.06%
G = 15.02%
B = 56.92%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#472690 (or 0x472690) is known color: Blue Gem. HEX triplet: 47, 26 and 90. RGB value is (71,38,144). Sum of RGB (Red+Green+Blue) = 71+38+144=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #472690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472690 is #B8D96F. Grayscale: #3B3B3B. Windows color (decimal): -12114288 or 9446983. OLE color: 9446983.

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

Color convert

RGB 71 38 144 -
CMYK 0.51 0.74 0 0.44
HSL 258.68º 0.58% 0.36% -
HSV(B) 258.68º 0.74% 0.56% -
XYZ 8.33 4.74 26.86 -
YUV 59.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 71 38 144 0.51 0.74 0 0.44 258.68 0.58 0.36
Hex 47 26 90 33 4A 0 2C 103 3A 24
Octal 107 46 220 63 112 0 54 403 72 44
Binary 1000111 100110 10010000 110011 1001010 0 101100 100000011 111010 100100

Color Harmonies of #472690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472690

Black with #472690

Text Example


Text Example

White with #472690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472690; }

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

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

background-color css

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

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

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

border-color css

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

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

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