Html Css Color HEX #47429F Blue Gem

📋 copy color: '#47429F'

red 71 ◦ green 66 ◦ blue 159

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

Shades of Blue Gem #47429F

Tints of Blue Gem #47429F

RGB

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

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

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

R = 23.99%
G = 22.3%
B = 53.72%

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

#47429F (or 0x47429F) is known color: Blue Gem. HEX triplet: 47, 42 and 9F. RGB value is (71,66,159). Sum of RGB (Red+Green+Blue) = 71+66+159=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #47429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47429F is #B8BD60. Grayscale: #4D4D4D. Windows color (decimal): -12107105 or 10437191. OLE color: 10437191.

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

Color convert

RGB 71 66 159 -
CMYK 0.55 0.58 0 0.38
HSL 243.23º 0.41% 0.44% -
HSV(B) 243.23º 0.58% 0.62% -
XYZ 10.8 7.74 33.73 -
YUV 78.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 71 66 159 0.55 0.58 0 0.38 243.23 0.41 0.44
Hex 47 42 9F 37 3A 0 26 F3 29 2C
Octal 107 102 237 67 72 0 46 363 51 54
Binary 1000111 1000010 10011111 110111 111010 0 100110 11110011 101001 101100

Color Harmonies of #47429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47429F

Black with #47429F

Text Example


Text Example

White with #47429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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