Html Css Color HEX #472F9E Blue Gem

📋 copy color: '#472F9E'

red 71 ◦ green 47 ◦ blue 158

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

Shades of Blue Gem #472F9E

Tints of Blue Gem #472F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 25.72%
G = 17.03%
B = 57.25%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#472F9E (or 0x472F9E) is known color: Blue Gem. HEX triplet: 47, 2F and 9E. RGB value is (71,47,158). Sum of RGB (Red+Green+Blue) = 71+47+158=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #472F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F9E is #B8D061. Grayscale: #424242. Windows color (decimal): -12111970 or 10366791. OLE color: 10366791.

HSL color Cylindrical-coordinate representation of color #472F9E: hue angle of 252.97º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472F9E is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 47 158 -
CMYK 0.55 0.70 0 0.38
HSL 252.97º 0.54% 0.4% -
HSV(B) 252.97º 0.7% 0.62% -
XYZ 9.79 5.84 32.96 -
YUV 66.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 71 47 158 0.55 0.70 0 0.38 252.97 0.54 0.4
Hex 47 2F 9E 37 46 0 26 FD 36 28
Octal 107 57 236 67 106 0 46 375 66 50
Binary 1000111 101111 10011110 110111 1000110 0 100110 11111101 110110 101000

Color Harmonies of #472F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F9E

Black with #472F9E

Text Example


Text Example

White with #472F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F9E; }

 p { color: rgb(71,47,158); }

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

background-color css

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

 a { background-color: rgb(71,47,158); }

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

border-color css

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

 span { border-color: rgb(71,47,158); }

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