#474792

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

Shades of Dark Slate Blue #474792

Tints of Dark Slate Blue #474792

Color information

#474792 (or 0x474792) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 47 and 92. RGB value is (71,71,146). Sum of RGB (Red+Green+Blue) = 71+71+146=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #474792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474792 is #B8B86D. Grayscale: #4F4F4F. Windows color (decimal): -12105838 or 9586503. OLE color: 9586503.

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

Color convert

RGB7171146-
CMYK0.510.5100.43
HSL240º34.56%42.55%-
HSV(B)240º51.37%57.25%-
XYZ10.047.9228.19-
YUV79.55165.5121.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=24.65%
G=24.65%
B=50.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71711460.510.5100.4324034.5642.55
Hex474792333302Bf0232b
Octal10710722263630533604353
Binary1000111100011110010010110011110011010101111110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474792; }

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

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

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

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

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

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

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

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