Html Css Color HEX #47429C Blue Gem

📋 copy color: '#47429C'

red 71 ◦ green 66 ◦ blue 156

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

Shades of Blue Gem #47429C

Tints of Blue Gem #47429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 24.23%
G = 22.53%
B = 53.24%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47429C (or 0x47429C) is known color: Blue Gem. HEX triplet: 47, 42 and 9C. RGB value is (71,66,156). Sum of RGB (Red+Green+Blue) = 71+66+156=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #47429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47429C is #B8BD63. Grayscale: #4D4D4D. Windows color (decimal): -12107108 or 10240583. OLE color: 10240583.

HSL color Cylindrical-coordinate representation of color #47429C: hue angle of 243.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47429C is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 66 156 -
CMYK 0.54 0.58 0 0.39
HSL 243.33º 0.41% 0.44% -
HSV(B) 243.33º 0.58% 0.61% -
XYZ 10.55 7.64 32.37 -
YUV 77.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 71 66 156 0.54 0.58 0 0.39 243.33 0.41 0.44
Hex 47 42 9C 36 3A 0 27 F3 29 2C
Octal 107 102 234 66 72 0 47 363 51 54
Binary 1000111 1000010 10011100 110110 111010 0 100111 11110011 101001 101100

Color Harmonies of #47429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47429C

Black with #47429C

Text Example


Text Example

White with #47429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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