Html Css Color HEX #47338A Blue Gem

📋 copy color: '#47338A'

red 71 ◦ green 51 ◦ blue 138

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

Shades of Blue Gem #47338A

Tints of Blue Gem #47338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 27.31%
G = 19.62%
B = 53.08%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47338A (or 0x47338A) is known color: Blue Gem. HEX triplet: 47, 33 and 8A. RGB value is (71,51,138). Sum of RGB (Red+Green+Blue) = 71+51+138=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #47338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47338A is #B8CC75. Grayscale: #424242. Windows color (decimal): -12110966 or 9057095. OLE color: 9057095.

HSL color Cylindrical-coordinate representation of color #47338A: hue angle of 253.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47338A is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 51 138 -
CMYK 0.49 0.63 0 0.46
HSL 253.79º 0.46% 0.37% -
HSV(B) 253.79º 0.63% 0.54% -
XYZ 8.37 5.54 24.67 -
YUV 66.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 71 51 138 0.49 0.63 0 0.46 253.79 0.46 0.37
Hex 47 33 8A 31 3F 0 2E FE 2E 25
Octal 107 63 212 61 77 0 56 376 56 45
Binary 1000111 110011 10001010 110001 111111 0 101110 11111110 101110 100101

Color Harmonies of #47338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47338A

Black with #47338A

Text Example


Text Example

White with #47338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,51,138); }

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

background-color css

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

 a { background-color: rgb(71,51,138); }

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

border-color css

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

 span { border-color: rgb(71,51,138); }

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