Html Css Color HEX #47308F Blue Gem

📋 copy color: '#47308F'

red 71 ◦ green 48 ◦ blue 143

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

Shades of Blue Gem #47308F

Tints of Blue Gem #47308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 143 (56.25% from 255) = 54.58%

R = 27.1%
G = 18.32%
B = 54.58%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47308F (or 0x47308F) is known color: Blue Gem. HEX triplet: 47, 30 and 8F. RGB value is (71,48,143). Sum of RGB (Red+Green+Blue) = 71+48+143=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #47308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47308F is #B8CF70. Grayscale: #414141. Windows color (decimal): -12111729 or 9384007. OLE color: 9384007.

HSL color Cylindrical-coordinate representation of color #47308F: hue angle of 254.53º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47308F is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 48 143 -
CMYK 0.50 0.66 0 0.44
HSL 254.53º 0.5% 0.37% -
HSV(B) 254.53º 0.66% 0.56% -
XYZ 8.61 5.44 26.58 -
YUV 65.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 71 48 143 0.50 0.66 0 0.44 254.53 0.5 0.37
Hex 47 30 8F 32 42 0 2C FF 32 25
Octal 107 60 217 62 102 0 54 377 62 45
Binary 1000111 110000 10001111 110010 1000010 0 101100 11111111 110010 100101

Color Harmonies of #47308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47308F

Black with #47308F

Text Example


Text Example

White with #47308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47308F; }

 p { color: rgb(71,48,143); }

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

background-color css

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

 a { background-color: rgb(71,48,143); }

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

border-color css

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

 span { border-color: rgb(71,48,143); }

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