Html Css Color HEX #47309B Blue Gem

📋 copy color: '#47309B'

red 71 ◦ green 48 ◦ blue 155

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

Shades of Blue Gem #47309B

Tints of Blue Gem #47309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 25.91%
G = 17.52%
B = 56.57%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47309B (or 0x47309B) is known color: Blue Gem. HEX triplet: 47, 30 and 9B. RGB value is (71,48,155). Sum of RGB (Red+Green+Blue) = 71+48+155=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #47309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47309B is #B8CF64. Grayscale: #424242. Windows color (decimal): -12111717 or 10170439. OLE color: 10170439.

HSL color Cylindrical-coordinate representation of color #47309B: hue angle of 252.9º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47309B is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 48 155 -
CMYK 0.54 0.69 0 0.39
HSL 252.9º 0.53% 0.4% -
HSV(B) 252.9º 0.69% 0.61% -
XYZ 9.57 5.82 31.63 -
YUV 67.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 71 48 155 0.54 0.69 0 0.39 252.9 0.53 0.4
Hex 47 30 9B 36 45 0 27 FD 35 28
Octal 107 60 233 66 105 0 47 375 65 50
Binary 1000111 110000 10011011 110110 1000101 0 100111 11111101 110101 101000

Color Harmonies of #47309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47309B

Black with #47309B

Text Example


Text Example

White with #47309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47309B; }

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

 H1.HeaderClassName
 {
   color: #47309B;
 }
 .AnyTagClassName
 {
   color: #47309B;
 }
</style>

background-color css

<style>
 a { background-color: #47309B; }

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

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

border-color css

<style>
 span { border-color: #47309B; }

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

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