Html Css Color HEX #472E93 Blue Gem

📋 copy color: '#472E93'

red 71 ◦ green 46 ◦ blue 147

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

Shades of Blue Gem #472E93

Tints of Blue Gem #472E93

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.42%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 26.89%
G = 17.42%
B = 55.68%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472E93 (or 0x472E93) is known color: Blue Gem. HEX triplet: 47, 2E and 93. RGB value is (71,46,147). Sum of RGB (Red+Green+Blue) = 71+46+147=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #472E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E93 is #B8D16C. Grayscale: #404040. Windows color (decimal): -12112237 or 9645639. OLE color: 9645639.

HSL color Cylindrical-coordinate representation of color #472E93: hue angle of 254.85º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472E93 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 46 147 -
CMYK 0.52 0.69 0 0.42
HSL 254.85º 0.52% 0.38% -
HSV(B) 254.85º 0.69% 0.58% -
XYZ 8.84 5.4 28.18 -
YUV 64.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 71 46 147 0.52 0.69 0 0.42 254.85 0.52 0.38
Hex 47 2E 93 34 45 0 2A FF 34 26
Octal 107 56 223 64 105 0 52 377 64 46
Binary 1000111 101110 10010011 110100 1000101 0 101010 11111111 110100 100110

Color Harmonies of #472E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E93

Black with #472E93

Text Example


Text Example

White with #472E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,147); }

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

background-color css

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

 a { background-color: rgb(71,46,147); }

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

border-color css

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

 span { border-color: rgb(71,46,147); }

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