Html Css Color HEX #47458C Dark Slate Blue

📋 copy color: '#47458C'

red 71 ◦ green 69 ◦ blue 140

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

Shades of Dark Slate Blue #47458C

Tints of Dark Slate Blue #47458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 25.36%
G = 24.64%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47458C (or 0x47458C) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 8C. RGB value is (71,69,140). Sum of RGB (Red+Green+Blue) = 71+69+140=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #47458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47458C is #B8BA73. Grayscale: #4D4D4D. Windows color (decimal): -12106356 or 9192775. OLE color: 9192775.

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

Color convert

RGB 71 69 140 -
CMYK 0.49 0.51 0 0.45
HSL 241.69º 0.34% 0.41% -
HSV(B) 241.69º 0.51% 0.55% -
XYZ 9.46 7.49 25.76 -
YUV 77.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 71 69 140 0.49 0.51 0 0.45 241.69 0.34 0.41
Hex 47 45 8C 31 33 0 2D F2 22 29
Octal 107 105 214 61 63 0 55 362 42 51
Binary 1000111 1000101 10001100 110001 110011 0 101101 11110010 100010 101001

Color Harmonies of #47458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47458C

Black with #47458C

Text Example


Text Example

White with #47458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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