Html Css Color HEX #47409F Blue Gem

📋 copy color: '#47409F'

red 71 ◦ green 64 ◦ blue 159

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

Shades of Blue Gem #47409F

Tints of Blue Gem #47409F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 24.15%
G = 21.77%
B = 54.08%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47409F (or 0x47409F) is known color: Blue Gem. HEX triplet: 47, 40 and 9F. RGB value is (71,64,159). Sum of RGB (Red+Green+Blue) = 71+64+159=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #47409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47409F is #B8BF60. Grayscale: #4C4C4C. Windows color (decimal): -12107617 or 10436679. OLE color: 10436679.

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

Color convert

RGB 71 64 159 -
CMYK 0.55 0.60 0 0.38
HSL 244.42º 0.43% 0.44% -
HSV(B) 244.42º 0.6% 0.62% -
XYZ 10.69 7.51 33.69 -
YUV 76.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 71 64 159 0.55 0.60 0 0.38 244.42 0.43 0.44
Hex 47 40 9F 37 3C 0 26 F4 2B 2C
Octal 107 100 237 67 74 0 46 364 53 54
Binary 1000111 1000000 10011111 110111 111100 0 100110 11110100 101011 101100

Color Harmonies of #47409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47409F

Black with #47409F

Text Example


Text Example

White with #47409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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