#47269A

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

Shades of Blue Gem #47269A

Tints of Blue Gem #47269A

Color information

#47269A (or 0x47269A) is unknown color: approx Blue Gem. HEX triplet: 47, 26 and 9A. RGB value is (71,38,154). Sum of RGB (Red+Green+Blue) = 71+38+154=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #47269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47269A is #B8D965. Grayscale: #3C3C3C. Windows color (decimal): -12114278 or 10102343. OLE color: 10102343.

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

Color convert

RGB7138154-
CMYK0.540.7500.40
HSL257.07º60.42%37.65%-
HSV(B)257.07º75.32%60.39%-
XYZ9.125.0631.07-
YUV61.09180.43135.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=27.00%
G=14.45%
B=58.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71381540.540.7500.40257.0760.4237.65
Hex47269A364B0281013c26
Octal10746232661130504017446
Binary10001111001101001101011011010010110101000100000001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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