#47269E

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

Shades of Blue Gem #47269E

Tints of Blue Gem #47269E

Color information

#47269E (or 0x47269E) is unknown color: approx Blue Gem. HEX triplet: 47, 26 and 9E. RGB value is (71,38,158). Sum of RGB (Red+Green+Blue) = 71+38+158=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #47269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47269E is #B8D961. Grayscale: #3D3D3D. Windows color (decimal): -12114274 or 10364487. OLE color: 10364487.

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

Color convert

RGB7138158-
CMYK0.550.7600.38
HSL256.5º61.22%38.43%-
HSV(B)256.5º75.95%61.96%-
XYZ9.465.1932.85-
YUV61.55182.43134.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=26.59%
G=14.23%
B=59.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71381580.550.7600.38256.561.2238.43
Hex47269E374C0261003d26
Octal10746236671140464007546
Binary10001111001101001111011011110011000100110100000000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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