Html Css Color HEX #47269F Blue Gem

📋 copy color: '#47269F'

red 71 ◦ green 38 ◦ blue 159

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

Shades of Blue Gem #47269F

Tints of Blue Gem #47269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 26.49%
G = 14.18%
B = 59.33%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47269F (or 0x47269F) is known color: Blue Gem. HEX triplet: 47, 26 and 9F. RGB value is (71,38,159). Sum of RGB (Red+Green+Blue) = 71+38+159=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #47269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47269F is #B8D960. Grayscale: #3D3D3D. Windows color (decimal): -12114273 or 10430023. OLE color: 10430023.

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

Color convert

RGB 71 38 159 -
CMYK 0.55 0.76 0 0.38
HSL 256.36º 0.61% 0.39% -
HSV(B) 256.36º 0.76% 0.62% -
XYZ 9.55 5.23 33.31 -
YUV 61.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 71 38 159 0.55 0.76 0 0.38 256.36 0.61 0.39
Hex 47 26 9F 37 4C 0 26 100 3D 27
Octal 107 46 237 67 114 0 46 400 75 47
Binary 1000111 100110 10011111 110111 1001100 0 100110 100000000 111101 100111

Color Harmonies of #47269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47269F

Black with #47269F

Text Example


Text Example

White with #47269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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