Html Css Color HEX #473F85 Dark Slate Blue

📋 copy color: '#473F85'

red 71 ◦ green 63 ◦ blue 133

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

Shades of Dark Slate Blue #473F85

Tints of Dark Slate Blue #473F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.81%

R = 26.59%
G = 23.6%
B = 49.81%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#473F85 (or 0x473F85) is known color: Dark Slate Blue. HEX triplet: 47, 3F and 85. RGB value is (71,63,133). Sum of RGB (Red+Green+Blue) = 71+63+133=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #473F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F85 is #B8C07A. Grayscale: #494949. Windows color (decimal): -12107899 or 8732487. OLE color: 8732487.

HSL color Cylindrical-coordinate representation of color #473F85: hue angle of 246.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473F85 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 63 133 -
CMYK 0.47 0.53 0 0.48
HSL 246.86º 0.36% 0.38% -
HSV(B) 246.86º 0.53% 0.52% -
XYZ 8.61 6.59 23.01 -
YUV 73.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 71 63 133 0.47 0.53 0 0.48 246.86 0.36 0.38
Hex 47 3F 85 2F 35 0 30 F7 24 26
Octal 107 77 205 57 65 0 60 367 44 46
Binary 1000111 111111 10000101 101111 110101 0 110000 11110111 100100 100110

Color Harmonies of #473F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F85

Black with #473F85

Text Example


Text Example

White with #473F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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