Html Css Color HEX #473E7D Dark Slate Blue

📋 copy color: '#473E7D'

red 71 ◦ green 62 ◦ blue 125

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

Shades of Dark Slate Blue #473E7D

Tints of Dark Slate Blue #473E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 27.52%
G = 24.03%
B = 48.45%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#473E7D (or 0x473E7D) is known color: Dark Slate Blue. HEX triplet: 47, 3E and 7D. RGB value is (71,62,125). Sum of RGB (Red+Green+Blue) = 71+62+125=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #473E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E7D is #B8C182. Grayscale: #474747. Windows color (decimal): -12108163 or 8207943. OLE color: 8207943.

HSL color Cylindrical-coordinate representation of color #473E7D: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473E7D is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 62 125 -
CMYK 0.43 0.50 0 0.51
HSL 248.57º 0.34% 0.37% -
HSV(B) 248.57º 0.5% 0.49% -
XYZ 8.02 6.27 20.19 -
YUV 71.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 71 62 125 0.43 0.50 0 0.51 248.57 0.34 0.37
Hex 47 3E 7D 2B 32 0 33 F9 22 25
Octal 107 76 175 53 62 0 63 371 42 45
Binary 1000111 111110 1111101 101011 110010 0 110011 11111001 100010 100101

Color Harmonies of #473E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E7D

Black with #473E7D

Text Example


Text Example

White with #473E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E7D; }

 p { color: rgb(71,62,125); }

 H1.HeaderClassName
 {
   color: #473E7D;
 }
 .AnyTagClassName
 {
   color: #473E7D;
 }
</style>

background-color css

<style>
 a { background-color: #473E7D; }

 a { background-color: rgb(71,62,125); }

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

border-color css

<style>
 span { border-color: #473E7D; }

 span { border-color: rgb(71,62,125); }

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