Html Css Color HEX #47279A Blue Gem

📋 copy color: '#47279A'

red 71 ◦ green 39 ◦ blue 154

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

Shades of Blue Gem #47279A

Tints of Blue Gem #47279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

 BLUE value IS 154 (60.55% from 255) = 58.33%

R = 26.89%
G = 14.77%
B = 58.33%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47279A (or 0x47279A) is known color: Blue Gem. HEX triplet: 47, 27 and 9A. RGB value is (71,39,154). Sum of RGB (Red+Green+Blue) = 71+39+154=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #47279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47279A is #B8D865. Grayscale: #3D3D3D. Windows color (decimal): -12114022 or 10102599. OLE color: 10102599.

HSL color Cylindrical-coordinate representation of color #47279A: hue angle of 256.7º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47279A is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 39 154 -
CMYK 0.54 0.75 0 0.40
HSL 256.7º 0.6% 0.38% -
HSV(B) 256.7º 0.75% 0.6% -
XYZ 9.16 5.12 31.08 -
YUV 61.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 71 39 154 0.54 0.75 0 0.40 256.7 0.6 0.38
Hex 47 27 9A 36 4B 0 28 101 3C 26
Octal 107 47 232 66 113 0 50 401 74 46
Binary 1000111 100111 10011010 110110 1001011 0 101000 100000001 111100 100110

Color Harmonies of #47279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47279A

Black with #47279A

Text Example


Text Example

White with #47279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47279A; }

 p { color: rgb(71,39,154); }

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

background-color css

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

 a { background-color: rgb(71,39,154); }

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

border-color css

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

 span { border-color: rgb(71,39,154); }

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