Html Css Color HEX #473C8B Dark Slate Blue

📋 copy color: '#473C8B'

red 71 ◦ green 60 ◦ blue 139

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

Shades of Dark Slate Blue #473C8B

Tints of Dark Slate Blue #473C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 26.3%
G = 22.22%
B = 51.48%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#473C8B (or 0x473C8B) is known color: Dark Slate Blue. HEX triplet: 47, 3C and 8B. RGB value is (71,60,139). Sum of RGB (Red+Green+Blue) = 71+60+139=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #473C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C8B is #B8C374. Grayscale: #474747. Windows color (decimal): -12108661 or 9124935. OLE color: 9124935.

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

Color convert

RGB 71 60 139 -
CMYK 0.49 0.57 0 0.45
HSL 248.35º 0.4% 0.39% -
HSV(B) 248.35º 0.57% 0.55% -
XYZ 8.87 6.44 25.2 -
YUV 72.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 71 60 139 0.49 0.57 0 0.45 248.35 0.4 0.39
Hex 47 3C 8B 31 39 0 2D F8 28 27
Octal 107 74 213 61 71 0 55 370 50 47
Binary 1000111 111100 10001011 110001 111001 0 101101 11111000 101000 100111

Color Harmonies of #473C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C8B

Black with #473C8B

Text Example


Text Example

White with #473C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,139); }

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

background-color css

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

 a { background-color: rgb(71,60,139); }

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

border-color css

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

 span { border-color: rgb(71,60,139); }

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