Html Css Color HEX #47409B Blue Gem

📋 copy color: '#47409B'

red 71 ◦ green 64 ◦ blue 155

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

Shades of Blue Gem #47409B

Tints of Blue Gem #47409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 24.48%
G = 22.07%
B = 53.45%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47409B (or 0x47409B) is known color: Blue Gem. HEX triplet: 47, 40 and 9B. RGB value is (71,64,155). Sum of RGB (Red+Green+Blue) = 71+64+155=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #47409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47409B is #B8BF64. Grayscale: #4C4C4C. Windows color (decimal): -12107621 or 10174535. OLE color: 10174535.

HSL color Cylindrical-coordinate representation of color #47409B: hue angle of 244.62º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47409B is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 64 155 -
CMYK 0.54 0.59 0 0.39
HSL 244.62º 0.42% 0.43% -
HSV(B) 244.62º 0.59% 0.61% -
XYZ 10.35 7.37 31.89 -
YUV 76.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 71 64 155 0.54 0.59 0 0.39 244.62 0.42 0.43
Hex 47 40 9B 36 3B 0 27 F5 2A 2B
Octal 107 100 233 66 73 0 47 365 52 53
Binary 1000111 1000000 10011011 110110 111011 0 100111 11110101 101010 101011

Color Harmonies of #47409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47409B

Black with #47409B

Text Example


Text Example

White with #47409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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