Html Css Color HEX #47429D Blue Gem

📋 copy color: '#47429D'

red 71 ◦ green 66 ◦ blue 157

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

Shades of Blue Gem #47429D

Tints of Blue Gem #47429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 24.15%
G = 22.45%
B = 53.4%

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

#47429D (or 0x47429D) is known color: Blue Gem. HEX triplet: 47, 42 and 9D. RGB value is (71,66,157). Sum of RGB (Red+Green+Blue) = 71+66+157=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #47429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47429D is #B8BD62. Grayscale: #4D4D4D. Windows color (decimal): -12107107 or 10306119. OLE color: 10306119.

HSL color Cylindrical-coordinate representation of color #47429D: hue angle of 243.3º 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 #47429D is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 66 157 -
CMYK 0.55 0.58 0 0.38
HSL 243.3º 0.41% 0.44% -
HSV(B) 243.3º 0.58% 0.62% -
XYZ 10.63 7.67 32.82 -
YUV 77.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 71 66 157 0.55 0.58 0 0.38 243.3 0.41 0.44
Hex 47 42 9D 37 3A 0 26 F3 29 2C
Octal 107 102 235 67 72 0 46 363 51 54
Binary 1000111 1000010 10011101 110111 111010 0 100110 11110011 101001 101100

Color Harmonies of #47429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47429D

Black with #47429D

Text Example


Text Example

White with #47429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47429D; }

 p { color: rgb(71,66,157); }

 H1.HeaderClassName
 {
   color: #47429D;
 }
 .AnyTagClassName
 {
   color: #47429D;
 }
</style>

background-color css

<style>
 a { background-color: #47429D; }

 a { background-color: rgb(71,66,157); }

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

border-color css

<style>
 span { border-color: #47429D; }

 span { border-color: rgb(71,66,157); }

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