Html Css Color HEX #473F7D Dark Slate Blue

📋 copy color: '#473F7D'

red 71 ◦ green 63 ◦ blue 125

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

Shades of Dark Slate Blue #473F7D

Tints of Dark Slate Blue #473F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

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

R = 27.41%
G = 24.32%
B = 48.26%

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

#473F7D (or 0x473F7D) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 7D. RGB value is (71,63,125). Sum of RGB (Red+Green+Blue) = 71+63+125=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #473F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F7D is #B8C082. Grayscale: #484848. Windows color (decimal): -12107907 or 8208199. OLE color: 8208199.

HSL color Cylindrical-coordinate representation of color #473F7D: hue angle of 247.74º degrees, saturation: 0.33, 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 #473F7D is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 63 125 -
CMYK 0.43 0.50 0 0.51
HSL 247.74º 0.33% 0.37% -
HSV(B) 247.74º 0.5% 0.49% -
XYZ 8.08 6.38 20.21 -
YUV 72.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 71 63 125 0.43 0.50 0 0.51 247.74 0.33 0.37
Hex 47 3F 7D 2B 32 0 33 F8 21 25
Octal 107 77 175 53 62 0 63 370 41 45
Binary 1000111 111111 1111101 101011 110010 0 110011 11111000 100001 100101

Color Harmonies of #473F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F7D

Black with #473F7D

Text Example


Text Example

White with #473F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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