#47269b

Color #47269B Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #47269B

Tints of Blue Gem #47269B

Color information

#47269B (or 0x47269B) is unknown color: approx Blue Gem. HEX triplet: 47, 26 and 9B. RGB value is (71,38,155). Sum of RGB (Red+Green+Blue) = 71+38+155=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #47269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47269B is #B8D964. Grayscale: #3C3C3C. Windows color (decimal): -12114277 or 10167879. OLE color: 10167879.

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

Color convert

RGB7138155-
CMYK0.540.7500.39
HSL256.92º60.62%37.84%-
HSV(B)256.92º75.48%60.78%-
XYZ9.215.0931.51-
YUV61.2180.93134.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=26.89%
G=14.39%
B=58.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71381550.540.7500.39256.9260.6237.84
Hex47269B364B0271013d26
Octal10746233661130474017546
Binary10001111001101001101111011010010110100111100000001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47269b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47269b; }

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

 H1.HeaderClassName
 {
   color: #47269b;
 }
 .AnyTagClassName
 {
   color: #47269b;
 }
</style>
background-color css

<style>
 a { background-color: #47269b; }

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

 div.DivClassName
 {
   background-color: #47269b;
 }
 .BgClassName
 {
   background-color: #47269b;
 }
</style>
border-color css

<style>
 span { border-color: #47269b; }

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

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