#473D92

Color #473D92 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #473D92

Tints of Dark Slate Blue #473D92

Color information

#473D92 (or 0x473D92) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3D and 92. RGB value is (71,61,146). Sum of RGB (Red+Green+Blue) = 71+61+146=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #473D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473D92 is #B8C26D. Grayscale: #494949. Windows color (decimal): -12108398 or 9583943. OLE color: 9583943.

HSL color Cylindrical-coordinate representation of color #473D92: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473D92 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7161146-
CMYK0.510.5800.43
HSL247.06º41.06%40.59%-
HSV(B)247.06º58.22%57.25%-
XYZ9.466.7528-
YUV73.68168.81126.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=25.54%
G=21.94%
B=52.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71611460.510.5800.43247.0641.0640.59
Hex473D92333A02Bf72929
Octal1077522263720533675151
Binary100011111110110010010110011111010010101111110111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,146); }

 H1.HeaderClassName
 {
   color: #473D92;
 }
 .AnyTagClassName
 {
   color: #473D92;
 }
</style>
background-color css

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

 a { background-color: rgb(71,61,146); }

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

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

 span { border-color: rgb(71,61,146); }

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