Html Css Color HEX #47428C Dark Slate Blue

📋 copy color: '#47428C'

red 71 ◦ green 66 ◦ blue 140

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

Shades of Dark Slate Blue #47428C

Tints of Dark Slate Blue #47428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 25.63%
G = 23.83%
B = 50.54%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47428C (or 0x47428C) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 8C. RGB value is (71,66,140). Sum of RGB (Red+Green+Blue) = 71+66+140=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #47428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47428C is #B8BD73. Grayscale: #4B4B4B. Windows color (decimal): -12107124 or 9192007. OLE color: 9192007.

HSL color Cylindrical-coordinate representation of color #47428C: hue angle of 244.05º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47428C is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 66 140 -
CMYK 0.49 0.53 0 0.45
HSL 244.05º 0.36% 0.4% -
HSV(B) 244.05º 0.53% 0.55% -
XYZ 9.28 7.13 25.7 -
YUV 75.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 71 66 140 0.49 0.53 0 0.45 244.05 0.36 0.4
Hex 47 42 8C 31 35 0 2D F4 24 28
Octal 107 102 214 61 65 0 55 364 44 50
Binary 1000111 1000010 10001100 110001 110101 0 101101 11110100 100100 101000

Color Harmonies of #47428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47428C

Black with #47428C

Text Example


Text Example

White with #47428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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