Html Css Color HEX #47439F Blue Gem

📋 copy color: '#47439F'

red 71 ◦ green 67 ◦ blue 159

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

Shades of Blue Gem #47439F

Tints of Blue Gem #47439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

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

R = 23.91%
G = 22.56%
B = 53.54%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47439F (or 0x47439F) is known color: Blue Gem. HEX triplet: 47, 43 and 9F. RGB value is (71,67,159). Sum of RGB (Red+Green+Blue) = 71+67+159=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #47439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47439F is #B8BC60. Grayscale: #4E4E4E. Windows color (decimal): -12106849 or 10437447. OLE color: 10437447.

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

Color convert

RGB 71 67 159 -
CMYK 0.55 0.58 0 0.38
HSL 242.61º 0.41% 0.44% -
HSV(B) 242.61º 0.58% 0.62% -
XYZ 10.86 7.86 33.74 -
YUV 78.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 71 67 159 0.55 0.58 0 0.38 242.61 0.41 0.44
Hex 47 43 9F 37 3A 0 26 F3 29 2C
Octal 107 103 237 67 72 0 46 363 51 54
Binary 1000111 1000011 10011111 110111 111010 0 100110 11110011 101001 101100

Color Harmonies of #47439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47439F

Black with #47439F

Text Example


Text Example

White with #47439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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